Html Css Color HEX #6414DA Purple Heart

📋 copy color: '#6414DA'

red 100 ◦ green 20 ◦ blue 218

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

Shades of Purple Heart #6414DA

Tints of Purple Heart #6414DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.5%

R = 29.59%
G = 5.92%
B = 64.5%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6414DA (or 0x6414DA) is known color: Purple Heart. HEX triplet: 64, 14 and DA. RGB value is (100,20,218). Sum of RGB (Red+Green+Blue) = 100+20+218=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #6414DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414DA is #9BEB25. Grayscale: #414141. Windows color (decimal): -10218278 or 14292068. OLE color: 14292068.

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

Color convert

RGB 100 20 218 -
CMYK 0.54 0.91 0 0.15
HSL 264.24º 0.83% 0.47% -
HSV(B) 264.24º 0.91% 0.85% -
XYZ 18.16 8.27 66.97 -
YUV 66.49 213.5 151.9 -
System Red Green Blue C M Y K H S L
Decimal 100 20 218 0.54 0.91 0 0.15 264.24 0.83 0.47
Hex 64 14 DA 36 5B 0 F 108 53 2F
Octal 144 24 332 66 133 0 17 410 123 57
Binary 1100100 10100 11011010 110110 1011011 0 1111 100001000 1010011 101111

Color Harmonies of #6414DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414DA

Black with #6414DA

Text Example


Text Example

White with #6414DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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