Html Css Color HEX #6409B9 Purple Heart

📋 copy color: '#6409B9'

red 100 ◦ green 9 ◦ blue 185

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

Shades of Purple Heart #6409B9

Tints of Purple Heart #6409B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 62.93%

R = 34.01%
G = 3.06%
B = 62.93%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6409B9 (or 0x6409B9) is known color: Purple Heart. HEX triplet: 64, 09 and B9. RGB value is (100,9,185). Sum of RGB (Red+Green+Blue) = 100+9+185=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 185 (72.66% from 255 or 62.93% from 294); Max value from RGB is 185 - color contains mainly: blue. Hex color #6409B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6409B9 is #9BF646. Grayscale: #373737. Windows color (decimal): -10221127 or 12126564. OLE color: 12126564.

HSL color Cylindrical-coordinate representation of color #6409B9: hue angle of 271.02º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6409B9 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 9 185 -
CMYK 0.46 0.95 0 0.27
HSL 271.02º 0.91% 0.38% -
HSV(B) 271.02º 0.95% 0.73% -
XYZ 14.11 6.41 46.39 -
YUV 56.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 100 9 185 0.46 0.95 0 0.27 271.02 0.91 0.38
Hex 64 9 B9 2E 5F 0 1B 10F 5B 26
Octal 144 11 271 56 137 0 33 417 133 46
Binary 1100100 1001 10111001 101110 1011111 0 11011 100001111 1011011 100110

Color Harmonies of #6409B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409B9

Black with #6409B9

Text Example


Text Example

White with #6409B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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