Html Css Color HEX #6037E1 Purple Heart

📋 copy color: '#6037E1'

red 96 ◦ green 55 ◦ blue 225

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

Shades of Purple Heart #6037E1

Tints of Purple Heart #6037E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 59.84%

R = 25.53%
G = 14.63%
B = 59.84%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6037E1 (or 0x6037E1) is known color: Purple Heart. HEX triplet: 60, 37 and E1. RGB value is (96,55,225). Sum of RGB (Red+Green+Blue) = 96+55+225=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #6037E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037E1 is #9FC81E. Grayscale: #565656. Windows color (decimal): -10471455 or 14759776. OLE color: 14759776.

HSL color Cylindrical-coordinate representation of color #6037E1: hue angle of 254.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6037E1 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 55 225 -
CMYK 0.57 0.76 0 0.12
HSL 254.47º 0.74% 0.55% -
HSV(B) 254.47º 0.76% 0.88% -
XYZ 19.78 10.66 72.25 -
YUV 86.64 206.08 134.68 -
System Red Green Blue C M Y K H S L
Decimal 96 55 225 0.57 0.76 0 0.12 254.47 0.74 0.55
Hex 60 37 E1 39 4C 0 C FE 4A 37
Octal 140 67 341 71 114 0 14 376 112 67
Binary 1100000 110111 11100001 111001 1001100 0 1100 11111110 1001010 110111

Color Harmonies of #6037E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6037E1

Black with #6037E1

Text Example


Text Example

White with #6037E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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