#6124DE

Color #6124DE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6124DE

Tints of Purple Heart #6124DE

Color information

#6124DE (or 0x6124DE) is unknown color: approx Purple Heart. HEX triplet: 61, 24 and DE. RGB value is (97,36,222). Sum of RGB (Red+Green+Blue) = 97+36+222=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #6124DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124DE is #9EDB21. Grayscale: #4A4A4A. Windows color (decimal): -10410786 or 14558305. OLE color: 14558305.

HSL color Cylindrical-coordinate representation of color #6124DE: hue angle of 259.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6124DE is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9736222-
CMYK0.560.8400.13
HSL259.68º73.81%50.59%-
HSV(B)259.68º83.78%87.06%-
XYZ18.759.0869.87-
YUV75.44210.71143.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 36 (14.45% from 255) = 10.14%
BLUE value IS 222 (87.11% from 255) = 62.54%
R=27.32%
G=10.14%
B=62.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97362220.560.8400.13259.6873.8150.59
Hex6124DE38540D1044a33
Octal141443367012401540411263
Binary1100001100100110111101110001010100011011000001001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6124DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6124DE; }

 p { color: rgb(97,36,222); }

 H1.HeaderClassName
 {
   color: #6124DE;
 }
 .AnyTagClassName
 {
   color: #6124DE;
 }
</style>
background-color css

<style>
 a { background-color: #6124DE; }

 a { background-color: rgb(97,36,222); }

 div.DivClassName
 {
   background-color: #6124DE;
 }
 .BgClassName
 {
   background-color: #6124DE;
 }
</style>
border-color css

<style>
 span { border-color: #6124DE; }

 span { border-color: rgb(97,36,222); }

 td.TdClassName
 {
   border-color: #6124DE;
 }
 .TagClassName
 {
   border-color: #6124DE;
 }
</style>