Html Css Color HEX #6420AC Purple Heart

📋 copy color: '#6420AC'

red 100 ◦ green 32 ◦ blue 172

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

Shades of Purple Heart #6420AC

Tints of Purple Heart #6420AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

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

R = 32.89%
G = 10.53%
B = 56.58%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6420AC (or 0x6420AC) is known color: Purple Heart. HEX triplet: 64, 20 and AC. RGB value is (100,32,172). Sum of RGB (Red+Green+Blue) = 100+32+172=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #6420AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6420AC is #9BDF53. Grayscale: #434343. Windows color (decimal): -10215252 or 11280484. OLE color: 11280484.

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

Color convert

RGB 100 32 172 -
CMYK 0.42 0.81 0 0.33
HSL 269.14º 0.69% 0.4% -
HSV(B) 269.14º 0.81% 0.67% -
XYZ 13.22 6.72 39.63 -
YUV 68.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 100 32 172 0.42 0.81 0 0.33 269.14 0.69 0.4
Hex 64 20 AC 2A 51 0 21 10D 45 28
Octal 144 40 254 52 121 0 41 415 105 50
Binary 1100100 100000 10101100 101010 1010001 0 100001 100001101 1000101 101000

Color Harmonies of #6420AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420AC

Black with #6420AC

Text Example


Text Example

White with #6420AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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