Html Css Color HEX #6042BF Purple Heart

📋 copy color: '#6042BF'

red 96 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #6042BF

Tints of Purple Heart #6042BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 27.2%
G = 18.7%
B = 54.11%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6042BF (or 0x6042BF) is known color: Purple Heart. HEX triplet: 60, 42 and BF. RGB value is (96,66,191). Sum of RGB (Red+Green+Blue) = 96+66+191=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #6042BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042BF is #9FBD40. Grayscale: #585858. Windows color (decimal): -10468673 or 12534368. OLE color: 12534368.

HSL color Cylindrical-coordinate representation of color #6042BF: hue angle of 254.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6042BF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 66 191 -
CMYK 0.50 0.65 0 0.25
HSL 254.4º 0.49% 0.5% -
HSV(B) 254.4º 0.65% 0.75% -
XYZ 16.18 10.14 50.4 -
YUV 89.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 96 66 191 0.50 0.65 0 0.25 254.4 0.49 0.5
Hex 60 42 BF 32 41 0 19 FE 31 32
Octal 140 102 277 62 101 0 31 376 61 62
Binary 1100000 1000010 10111111 110010 1000001 0 11001 11111110 110001 110010

Color Harmonies of #6042BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6042BF

Black with #6042BF

Text Example


Text Example

White with #6042BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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