Html Css Color HEX #6037DC Purple Heart

📋 copy color: '#6037DC'

red 96 ◦ green 55 ◦ blue 220

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

Shades of Purple Heart #6037DC

Tints of Purple Heart #6037DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 25.88%
G = 14.82%
B = 59.3%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6037DC (or 0x6037DC) is known color: Purple Heart. HEX triplet: 60, 37 and DC. RGB value is (96,55,220). Sum of RGB (Red+Green+Blue) = 96+55+220=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #6037DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037DC is #9FC823. Grayscale: #555555. Windows color (decimal): -10471460 or 14432096. OLE color: 14432096.

HSL color Cylindrical-coordinate representation of color #6037DC: hue angle of 254.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6037DC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 55 220 -
CMYK 0.56 0.75 0 0.14
HSL 254.91º 0.7% 0.54% -
HSV(B) 254.91º 0.75% 0.86% -
XYZ 19.11 10.39 68.71 -
YUV 86.07 203.58 135.08 -
System Red Green Blue C M Y K H S L
Decimal 96 55 220 0.56 0.75 0 0.14 254.91 0.7 0.54
Hex 60 37 DC 38 4B 0 E FF 46 36
Octal 140 67 334 70 113 0 16 377 106 66
Binary 1100000 110111 11011100 111000 1001011 0 1110 11111111 1000110 110110

Color Harmonies of #6037DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6037DC

Black with #6037DC

Text Example


Text Example

White with #6037DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6037DC; }

 p { color: rgb(96,55,220); }

 H1.HeaderClassName
 {
   color: #6037DC;
 }
 .AnyTagClassName
 {
   color: #6037DC;
 }
</style>

background-color css

<style>
 a { background-color: #6037DC; }

 a { background-color: rgb(96,55,220); }

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

border-color css

<style>
 span { border-color: #6037DC; }

 span { border-color: rgb(96,55,220); }

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