Html Css Color HEX #6409BF Purple Heart

📋 copy color: '#6409BF'

red 100 ◦ green 9 ◦ blue 191

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

Shades of Purple Heart #6409BF

Tints of Purple Heart #6409BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.67%

R = 33.33%
G = 3%
B = 63.67%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6409BF (or 0x6409BF) is known color: Purple Heart. HEX triplet: 64, 09 and BF. RGB value is (100,9,191). Sum of RGB (Red+Green+Blue) = 100+9+191=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #6409BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6409BF is #9BF640. Grayscale: #383838. Windows color (decimal): -10221121 or 12519780. OLE color: 12519780.

HSL color Cylindrical-coordinate representation of color #6409BF: hue angle of 270º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6409BF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 9 191 -
CMYK 0.48 0.95 0 0.25
HSL 270º 0.91% 0.39% -
HSV(B) 270º 0.95% 0.75% -
XYZ 14.76 6.67 49.8 -
YUV 56.96 203.65 158.7 -
System Red Green Blue C M Y K H S L
Decimal 100 9 191 0.48 0.95 0 0.25 270 0.91 0.39
Hex 64 9 BF 30 5F 0 19 10E 5B 27
Octal 144 11 277 60 137 0 31 416 133 47
Binary 1100100 1001 10111111 110000 1011111 0 11001 100001110 1011011 100111

Color Harmonies of #6409BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409BF

Black with #6409BF

Text Example


Text Example

White with #6409BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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