Html Css Color HEX #6042BD Purple Heart

📋 copy color: '#6042BD'

red 96 ◦ green 66 ◦ blue 189

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

Shades of Purple Heart #6042BD

Tints of Purple Heart #6042BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 27.35%
G = 18.8%
B = 53.85%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6042BD (or 0x6042BD) is known color: Purple Heart. HEX triplet: 60, 42 and BD. RGB value is (96,66,189). Sum of RGB (Red+Green+Blue) = 96+66+189=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #6042BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042BD is #9FBD42. Grayscale: #585858. Windows color (decimal): -10468675 or 12403296. OLE color: 12403296.

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

Color convert

RGB 96 66 189 -
CMYK 0.49 0.65 0 0.26
HSL 254.63º 0.48% 0.5% -
HSV(B) 254.63º 0.65% 0.74% -
XYZ 15.96 10.06 49.24 -
YUV 88.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 96 66 189 0.49 0.65 0 0.26 254.63 0.48 0.5
Hex 60 42 BD 31 41 0 1A FF 30 32
Octal 140 102 275 61 101 0 32 377 60 62
Binary 1100000 1000010 10111101 110001 1000001 0 11010 11111111 110000 110010

Color Harmonies of #6042BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6042BD

Black with #6042BD

Text Example


Text Example

White with #6042BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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