Html Css Color HEX #6408BA Purple Heart

📋 copy color: '#6408BA'

red 100 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #6408BA

Tints of Purple Heart #6408BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 34.01%
G = 2.72%
B = 63.27%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6408BA (or 0x6408BA) is known color: Purple Heart. HEX triplet: 64, 08 and BA. RGB value is (100,8,186). Sum of RGB (Red+Green+Blue) = 100+8+186=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #6408BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6408BA is #9BF745. Grayscale: #373737. Windows color (decimal): -10221382 or 12191844. OLE color: 12191844.

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

Color convert

RGB 100 8 186 -
CMYK 0.46 0.96 0 0.27
HSL 271.01º 0.92% 0.38% -
HSV(B) 271.01º 0.96% 0.73% -
XYZ 14.21 6.43 46.95 -
YUV 55.8 201.48 159.53 -
System Red Green Blue C M Y K H S L
Decimal 100 8 186 0.46 0.96 0 0.27 271.01 0.92 0.38
Hex 64 8 BA 2E 60 0 1B 10F 5C 26
Octal 144 10 272 56 140 0 33 417 134 46
Binary 1100100 1000 10111010 101110 1100000 0 11011 100001111 1011100 100110

Color Harmonies of #6408BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6408BA

Black with #6408BA

Text Example


Text Example

White with #6408BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6408BA; }

 p { color: rgb(100,8,186); }

 H1.HeaderClassName
 {
   color: #6408BA;
 }
 .AnyTagClassName
 {
   color: #6408BA;
 }
</style>

background-color css

<style>
 a { background-color: #6408BA; }

 a { background-color: rgb(100,8,186); }

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

border-color css

<style>
 span { border-color: #6408BA; }

 span { border-color: rgb(100,8,186); }

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