Html Css Color HEX #6409AC Purple Heart

📋 copy color: '#6409AC'

red 100 ◦ green 9 ◦ blue 172

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

Shades of Purple Heart #6409AC

Tints of Purple Heart #6409AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

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

R = 35.59%
G = 3.2%
B = 61.21%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6409AC (or 0x6409AC) is known color: Purple Heart. HEX triplet: 64, 09 and AC. RGB value is (100,9,172). Sum of RGB (Red+Green+Blue) = 100+9+172=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #6409AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6409AC is #9BF653. Grayscale: #363636. Windows color (decimal): -10221140 or 11274596. OLE color: 11274596.

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

Color convert

RGB 100 9 172 -
CMYK 0.42 0.95 0 0.33
HSL 273.5º 0.9% 0.35% -
HSV(B) 273.5º 0.95% 0.67% -
XYZ 12.8 5.88 39.49 -
YUV 54.79 194.15 160.25 -
System Red Green Blue C M Y K H S L
Decimal 100 9 172 0.42 0.95 0 0.33 273.5 0.9 0.35
Hex 64 9 AC 2A 5F 0 21 111 5A 23
Octal 144 11 254 52 137 0 41 421 132 43
Binary 1100100 1001 10101100 101010 1011111 0 100001 100010001 1011010 100011

Color Harmonies of #6409AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409AC

Black with #6409AC

Text Example


Text Example

White with #6409AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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