Html Css Color HEX #6414AC Purple Heart

📋 copy color: '#6414AC'

red 100 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #6414AC

Tints of Purple Heart #6414AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 34.25%
G = 6.85%
B = 58.9%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6414AC (or 0x6414AC) is known color: Purple Heart. HEX triplet: 64, 14 and AC. RGB value is (100,20,172). Sum of RGB (Red+Green+Blue) = 100+20+172=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #6414AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6414AC is #9BEB53. Grayscale: #3C3C3C. Windows color (decimal): -10218324 or 11277412. OLE color: 11277412.

HSL color Cylindrical-coordinate representation of color #6414AC: hue angle of 271.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6414AC is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 20 172 -
CMYK 0.42 0.88 0 0.33
HSL 271.58º 0.79% 0.38% -
HSV(B) 271.58º 0.88% 0.67% -
XYZ 12.95 6.19 39.54 -
YUV 61.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 100 20 172 0.42 0.88 0 0.33 271.58 0.79 0.38
Hex 64 14 AC 2A 58 0 21 110 4F 26
Octal 144 24 254 52 130 0 41 420 117 46
Binary 1100100 10100 10101100 101010 1011000 0 100001 100010000 1001111 100110

Color Harmonies of #6414AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414AC

Black with #6414AC

Text Example


Text Example

White with #6414AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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