Html Css Color HEX #6405BA Purple Heart

📋 copy color: '#6405BA'

red 100 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #6405BA

Tints of Purple Heart #6405BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

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

R = 34.36%
G = 1.72%
B = 63.92%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6405BA (or 0x6405BA) is known color: Purple Heart. HEX triplet: 64, 05 and BA. RGB value is (100,5,186). Sum of RGB (Red+Green+Blue) = 100+5+186=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #6405BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405BA is #9BFA45. Grayscale: #353535. Windows color (decimal): -10222150 or 12191076. OLE color: 12191076.

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

Color convert

RGB 100 5 186 -
CMYK 0.46 0.97 0 0.27
HSL 271.49º 0.95% 0.37% -
HSV(B) 271.49º 0.97% 0.73% -
XYZ 14.17 6.36 46.94 -
YUV 54.04 202.47 160.78 -
System Red Green Blue C M Y K H S L
Decimal 100 5 186 0.46 0.97 0 0.27 271.49 0.95 0.37
Hex 64 5 BA 2E 61 0 1B 10F 5F 25
Octal 144 5 272 56 141 0 33 417 137 45
Binary 1100100 101 10111010 101110 1100001 0 11011 100001111 1011111 100101

Color Harmonies of #6405BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405BA

Black with #6405BA

Text Example


Text Example

White with #6405BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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