#6240CE

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

Shades of Purple Heart #6240CE

Tints of Purple Heart #6240CE

Color information

#6240CE (or 0x6240CE) is unknown color: approx Purple Heart. HEX triplet: 62, 40 and CE. RGB value is (98,64,206). Sum of RGB (Red+Green+Blue) = 98+64+206=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #6240CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6240CE is #9DBF31. Grayscale: #595959. Windows color (decimal): -10338098 or 13516898. OLE color: 13516898.

HSL color Cylindrical-coordinate representation of color #6240CE: hue angle of 254.37º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6240CE is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9864206-
CMYK0.520.6900.19
HSL254.37º59.17%52.94%-
HSV(B)254.37º68.93%80.78%-
XYZ18.0110.7259.51-
YUV90.35193.26133.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.63%
GREEN value IS 64 (25.39% from 255) = 17.39%
BLUE value IS 206 (80.86% from 255) = 55.98%
R=26.63%
G=17.39%
B=55.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98642060.520.6900.19254.3759.1752.94
Hex6240CE3445013fe3b35
Octal142100316641050233767365
Binary1100010100000011001110110100100010101001111111110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6240CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6240CE; }

 p { color: rgb(98,64,206); }

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

<style>
 a { background-color: #6240CE; }

 a { background-color: rgb(98,64,206); }

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

<style>
 span { border-color: #6240CE; }

 span { border-color: rgb(98,64,206); }

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