Html Css Color HEX #5D37CB Purple Heart

📋 copy color: '#5D37CB'

red 93 ◦ green 55 ◦ blue 203

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

Shades of Purple Heart #5D37CB

Tints of Purple Heart #5D37CB

RGB

 RED value IS 93 (36.72% from 255) = 26.5%

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

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

R = 26.5%
G = 15.67%
B = 57.83%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D37CB (or 0x5D37CB) is known color: Purple Heart. HEX triplet: 5D, 37 and CB. RGB value is (93,55,203). Sum of RGB (Red+Green+Blue) = 93+55+203=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D37CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D37CB is #A2C834. Grayscale: #525252. Windows color (decimal): -10668085 or 13317981. OLE color: 13317981.

HSL color Cylindrical-coordinate representation of color #5D37CB: hue angle of 255.41º 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 #5D37CB is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 55 203 -
CMYK 0.54 0.73 0 0.20
HSL 255.41º 0.59% 0.51% -
HSV(B) 255.41º 0.73% 0.8% -
XYZ 16.66 9.37 57.43 -
YUV 83.23 195.59 134.97 -
System Red Green Blue C M Y K H S L
Decimal 93 55 203 0.54 0.73 0 0.20 255.41 0.59 0.51
Hex 5D 37 CB 36 49 0 14 FF 3B 33
Octal 135 67 313 66 111 0 24 377 73 63
Binary 1011101 110111 11001011 110110 1001001 0 10100 11111111 111011 110011

Color Harmonies of #5D37CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D37CB

Black with #5D37CB

Text Example


Text Example

White with #5D37CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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