Html Css Color HEX #6409AA Purple Heart

📋 copy color: '#6409AA'

red 100 ◦ green 9 ◦ blue 170

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

Shades of Purple Heart #6409AA

Tints of Purple Heart #6409AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 35.84%
G = 3.23%
B = 60.93%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6409AA (or 0x6409AA) is known color: Purple Heart. HEX triplet: 64, 09 and AA. RGB value is (100,9,170). Sum of RGB (Red+Green+Blue) = 100+9+170=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #6409AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6409AA is #9BF655. Grayscale: #363636. Windows color (decimal): -10221142 or 11143524. OLE color: 11143524.

HSL color Cylindrical-coordinate representation of color #6409AA: hue angle of 273.91º 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 #6409AA is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 9 170 -
CMYK 0.41 0.95 0 0.33
HSL 273.91º 0.9% 0.35% -
HSV(B) 273.91º 0.95% 0.67% -
XYZ 12.61 5.81 38.49 -
YUV 54.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 100 9 170 0.41 0.95 0 0.33 273.91 0.9 0.35
Hex 64 9 AA 29 5F 0 21 112 5A 23
Octal 144 11 252 51 137 0 41 422 132 43
Binary 1100100 1001 10101010 101001 1011111 0 100001 100010010 1011010 100011

Color Harmonies of #6409AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409AA

Black with #6409AA

Text Example


Text Example

White with #6409AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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