Html Css Color HEX #6414CD Purple Heart

📋 copy color: '#6414CD'

red 100 ◦ green 20 ◦ blue 205

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

Shades of Purple Heart #6414CD

Tints of Purple Heart #6414CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 30.77%
G = 6.15%
B = 63.08%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6414CD (or 0x6414CD) is known color: Purple Heart. HEX triplet: 64, 14 and CD. RGB value is (100,20,205). Sum of RGB (Red+Green+Blue) = 100+20+205=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #6414CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414CD is #9BEB32. Grayscale: #404040. Windows color (decimal): -10218291 or 13440100. OLE color: 13440100.

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

Color convert

RGB 100 20 205 -
CMYK 0.51 0.90 0 0.20
HSL 265.95º 0.82% 0.44% -
HSV(B) 265.95º 0.9% 0.8% -
XYZ 16.53 7.62 58.36 -
YUV 65.01 207 152.96 -
System Red Green Blue C M Y K H S L
Decimal 100 20 205 0.51 0.90 0 0.20 265.95 0.82 0.44
Hex 64 14 CD 33 5A 0 14 10A 52 2C
Octal 144 24 315 63 132 0 24 412 122 54
Binary 1100100 10100 11001101 110011 1011010 0 10100 100001010 1010010 101100

Color Harmonies of #6414CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414CD

Black with #6414CD

Text Example


Text Example

White with #6414CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6414CD;
 }
 .AnyTagClassName
 {
   color: #6414CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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