#6414CE

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

Shades of Purple Heart #6414CE

Tints of Purple Heart #6414CE

Color information

#6414CE (or 0x6414CE) is unknown color: approx Purple Heart. HEX triplet: 64, 14 and CE. RGB value is (100,20,206). Sum of RGB (Red+Green+Blue) = 100+20+206=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #6414CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414CE is #9BEB31. Grayscale: #404040. Windows color (decimal): -10218290 or 13505636. OLE color: 13505636.

HSL color Cylindrical-coordinate representation of color #6414CE: hue angle of 265.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6414CE is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10020206-
CMYK0.510.9000.19
HSL265.81º82.3%44.31%-
HSV(B)265.81º90.29%80.78%-
XYZ16.657.6758.99-
YUV65.12207.5152.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 20 (8.20% from 255) = 6.13%
BLUE value IS 206 (80.86% from 255) = 63.19%
R=30.67%
G=6.13%
B=63.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100202060.510.9000.19265.8182.344.31
Hex6414CE335A01310a522c
Octal144243166313202341212254
Binary1100100101001100111011001110110100100111000010101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6414CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,20,206); }

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

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

 a { background-color: rgb(100,20,206); }

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

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

 span { border-color: rgb(100,20,206); }

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