Html Css Color HEX #6042BA Purple Heart

📋 copy color: '#6042BA'

red 96 ◦ green 66 ◦ blue 186

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

Shades of Purple Heart #6042BA

Tints of Purple Heart #6042BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

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

R = 27.59%
G = 18.97%
B = 53.45%

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

#6042BA (or 0x6042BA) is known color: Purple Heart. HEX triplet: 60, 42 and BA. RGB value is (96,66,186). Sum of RGB (Red+Green+Blue) = 96+66+186=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #6042BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042BA is #9FBD45. Grayscale: #585858. Windows color (decimal): -10468678 or 12206688. OLE color: 12206688.

HSL color Cylindrical-coordinate representation of color #6042BA: hue angle of 255º 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 #6042BA is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 66 186 -
CMYK 0.48 0.65 0 0.27
HSL 255º 0.48% 0.49% -
HSV(B) 255º 0.65% 0.73% -
XYZ 15.64 9.93 47.55 -
YUV 88.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 96 66 186 0.48 0.65 0 0.27 255 0.48 0.49
Hex 60 42 BA 30 41 0 1B FF 30 31
Octal 140 102 272 60 101 0 33 377 60 61
Binary 1100000 1000010 10111010 110000 1000001 0 11011 11111111 110000 110001

Color Harmonies of #6042BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6042BA

Black with #6042BA

Text Example


Text Example

White with #6042BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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