Html Css Color HEX #6406AC Purple Heart

📋 copy color: '#6406AC'

red 100 ◦ green 6 ◦ blue 172

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

Shades of Purple Heart #6406AC

Tints of Purple Heart #6406AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

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

R = 35.97%
G = 2.16%
B = 61.87%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6406AC (or 0x6406AC) is known color: Purple Heart. HEX triplet: 64, 06 and AC. RGB value is (100,6,172). Sum of RGB (Red+Green+Blue) = 100+6+172=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #6406AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6406AC is #9BF953. Grayscale: #343434. Windows color (decimal): -10221908 or 11273828. OLE color: 11273828.

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

Color convert

RGB 100 6 172 -
CMYK 0.42 0.97 0 0.33
HSL 273.98º 0.93% 0.35% -
HSV(B) 273.98º 0.97% 0.67% -
XYZ 12.77 5.82 39.48 -
YUV 53.03 195.14 161.5 -
System Red Green Blue C M Y K H S L
Decimal 100 6 172 0.42 0.97 0 0.33 273.98 0.93 0.35
Hex 64 6 AC 2A 61 0 21 112 5D 23
Octal 144 6 254 52 141 0 41 422 135 43
Binary 1100100 110 10101100 101010 1100001 0 100001 100010010 1011101 100011

Color Harmonies of #6406AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6406AC

Black with #6406AC

Text Example


Text Example

White with #6406AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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