Html Css Color HEX #6414DC Purple Heart

📋 copy color: '#6414DC'

red 100 ◦ green 20 ◦ blue 220

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

Shades of Purple Heart #6414DC

Tints of Purple Heart #6414DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.71%

R = 29.41%
G = 5.88%
B = 64.71%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6414DC (or 0x6414DC) is known color: Purple Heart. HEX triplet: 64, 14 and DC. RGB value is (100,20,220). Sum of RGB (Red+Green+Blue) = 100+20+220=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #6414DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414DC is #9BEB23. Grayscale: #424242. Windows color (decimal): -10218276 or 14423140. OLE color: 14423140.

HSL color Cylindrical-coordinate representation of color #6414DC: hue angle of 264º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6414DC is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 20 220 -
CMYK 0.55 0.91 0 0.14
HSL 264º 0.83% 0.47% -
HSV(B) 264º 0.91% 0.86% -
XYZ 18.42 8.38 68.36 -
YUV 66.72 214.5 151.74 -
System Red Green Blue C M Y K H S L
Decimal 100 20 220 0.55 0.91 0 0.14 264 0.83 0.47
Hex 64 14 DC 37 5B 0 E 108 53 2F
Octal 144 24 334 67 133 0 16 410 123 57
Binary 1100100 10100 11011100 110111 1011011 0 1110 100001000 1010011 101111

Color Harmonies of #6414DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414DC

Black with #6414DC

Text Example


Text Example

White with #6414DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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