Html Css Color HEX #6414CE Purple Heart

📋 copy color: '#6414CE'

red 100 ◦ green 20 ◦ blue 206

#6414CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6414CE

Tints of Purple Heart #6414CE

RGB

 RED value IS 100 (39.45% from 255) = 30.67%

 GREEN value IS 20 (8.2% 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 value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6414CE (or 0x6414CE) is known color: 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

RGB 100 20 206 -
CMYK 0.51 0.90 0 0.19
HSL 265.81º 0.82% 0.44% -
HSV(B) 265.81º 0.9% 0.81% -
XYZ 16.65 7.67 58.99 -
YUV 65.12 207.5 152.88 -
System Red Green Blue C M Y K H S L
Decimal 100 20 206 0.51 0.90 0 0.19 265.81 0.82 0.44
Hex 64 14 CE 33 5A 0 13 10A 52 2C
Octal 144 24 316 63 132 0 23 412 122 54
Binary 1100100 10100 11001110 110011 1011010 0 10011 100001010 1010010 101100

Color Harmonies of #6414CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414CE

Black with #6414CE

Text Example


Text Example

White with #6414CE

Text Example


Text Example

HTML Codes & Css Web 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>