Html Css Color HEX #6409AB Purple Heart

📋 copy color: '#6409AB'

red 100 ◦ green 9 ◦ blue 171

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

Shades of Purple Heart #6409AB

Tints of Purple Heart #6409AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 35.71%
G = 3.21%
B = 61.07%

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

#6409AB (or 0x6409AB) is known color: Purple Heart. HEX triplet: 64, 09 and AB. RGB value is (100,9,171). Sum of RGB (Red+Green+Blue) = 100+9+171=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #6409AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6409AB is #9BF654. Grayscale: #363636. Windows color (decimal): -10221141 or 11209060. OLE color: 11209060.

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

Color convert

RGB 100 9 171 -
CMYK 0.42 0.95 0 0.33
HSL 273.7º 0.9% 0.35% -
HSV(B) 273.7º 0.95% 0.67% -
XYZ 12.7 5.84 38.99 -
YUV 54.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 100 9 171 0.42 0.95 0 0.33 273.7 0.9 0.35
Hex 64 9 AB 2A 5F 0 21 112 5A 23
Octal 144 11 253 52 137 0 41 422 132 43
Binary 1100100 1001 10101011 101010 1011111 0 100001 100010010 1011010 100011

Color Harmonies of #6409AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409AB

Black with #6409AB

Text Example


Text Example

White with #6409AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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