Html Css Color HEX #5F37CB Purple Heart

📋 copy color: '#5F37CB'

red 95 ◦ green 55 ◦ blue 203

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

Shades of Purple Heart #5F37CB

Tints of Purple Heart #5F37CB

RGB

 RED value IS 95 (37.5% from 255) = 26.91%

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

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 26.91%
G = 15.58%
B = 57.51%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F37CB (or 0x5F37CB) is known color: Purple Heart. HEX triplet: 5F, 37 and CB. RGB value is (95,55,203). Sum of RGB (Red+Green+Blue) = 95+55+203=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F37CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F37CB is #A0C834. Grayscale: #535353. Windows color (decimal): -10537013 or 13317983. OLE color: 13317983.

HSL color Cylindrical-coordinate representation of color #5F37CB: hue angle of 256.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F37CB is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 55 203 -
CMYK 0.53 0.73 0 0.20
HSL 256.22º 0.59% 0.51% -
HSV(B) 256.22º 0.73% 0.8% -
XYZ 16.87 9.48 57.44 -
YUV 83.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 95 55 203 0.53 0.73 0 0.20 256.22 0.59 0.51
Hex 5F 37 CB 35 49 0 14 100 3B 33
Octal 137 67 313 65 111 0 24 400 73 63
Binary 1011111 110111 11001011 110101 1001001 0 10100 100000000 111011 110011

Color Harmonies of #5F37CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F37CB

Black with #5F37CB

Text Example


Text Example

White with #5F37CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F37CB; }

 p { color: rgb(95,55,203); }

 H1.HeaderClassName
 {
   color: #5F37CB;
 }
 .AnyTagClassName
 {
   color: #5F37CB;
 }
</style>

background-color css

<style>
 a { background-color: #5F37CB; }

 a { background-color: rgb(95,55,203); }

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

border-color css

<style>
 span { border-color: #5F37CB; }

 span { border-color: rgb(95,55,203); }

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