Html Css Color HEX #6040BA Purple Heart

📋 copy color: '#6040BA'

red 96 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #6040BA

Tints of Purple Heart #6040BA

RGB

 RED value IS 96 (37.89% from 255) = 27.75%

 GREEN value IS 64 (25.39% from 255) = 18.5%

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

R = 27.75%
G = 18.5%
B = 53.76%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6040BA (or 0x6040BA) is known color: Purple Heart. HEX triplet: 60, 40 and BA. RGB value is (96,64,186). Sum of RGB (Red+Green+Blue) = 96+64+186=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #6040BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040BA is #9FBF45. Grayscale: #575757. Windows color (decimal): -10469190 or 12206176. OLE color: 12206176.

HSL color Cylindrical-coordinate representation of color #6040BA: hue angle of 255.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6040BA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 64 186 -
CMYK 0.48 0.66 0 0.27
HSL 255.74º 0.49% 0.49% -
HSV(B) 255.74º 0.66% 0.73% -
XYZ 15.52 9.7 47.51 -
YUV 87.48 183.6 134.08 -
System Red Green Blue C M Y K H S L
Decimal 96 64 186 0.48 0.66 0 0.27 255.74 0.49 0.49
Hex 60 40 BA 30 42 0 1B 100 31 31
Octal 140 100 272 60 102 0 33 400 61 61
Binary 1100000 1000000 10111010 110000 1000010 0 11011 100000000 110001 110001

Color Harmonies of #6040BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040BA

Black with #6040BA

Text Example


Text Example

White with #6040BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,64,186); }

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

background-color css

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

 a { background-color: rgb(96,64,186); }

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

border-color css

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

 span { border-color: rgb(96,64,186); }

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