Html Css Color HEX #6041BA Purple Heart

📋 copy color: '#6041BA'

red 96 ◦ green 65 ◦ blue 186

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

Shades of Purple Heart #6041BA

Tints of Purple Heart #6041BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

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

R = 27.67%
G = 18.73%
B = 53.6%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6041BA (or 0x6041BA) is known color: Purple Heart. HEX triplet: 60, 41 and BA. RGB value is (96,65,186). Sum of RGB (Red+Green+Blue) = 96+65+186=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #6041BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6041BA is #9FBE45. Grayscale: #575757. Windows color (decimal): -10468934 or 12206432. OLE color: 12206432.

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

Color convert

RGB 96 65 186 -
CMYK 0.48 0.65 0 0.27
HSL 255.37º 0.48% 0.49% -
HSV(B) 255.37º 0.65% 0.73% -
XYZ 15.58 9.81 47.53 -
YUV 88.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 96 65 186 0.48 0.65 0 0.27 255.37 0.48 0.49
Hex 60 41 BA 30 41 0 1B FF 30 31
Octal 140 101 272 60 101 0 33 377 60 61
Binary 1100000 1000001 10111010 110000 1000001 0 11011 11111111 110000 110001

Color Harmonies of #6041BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6041BA

Black with #6041BA

Text Example


Text Example

White with #6041BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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