Html Css Color HEX #5D37CA Purple Heart

📋 copy color: '#5D37CA'

red 93 ◦ green 55 ◦ blue 202

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

Shades of Purple Heart #5D37CA

Tints of Purple Heart #5D37CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.71%

R = 26.57%
G = 15.71%
B = 57.71%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D37CA (or 0x5D37CA) is known color: Purple Heart. HEX triplet: 5D, 37 and CA. RGB value is (93,55,202). Sum of RGB (Red+Green+Blue) = 93+55+202=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D37CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D37CA is #A2C835. Grayscale: #525252. Windows color (decimal): -10668086 or 13252445. OLE color: 13252445.

HSL color Cylindrical-coordinate representation of color #5D37CA: hue angle of 255.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D37CA is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 55 202 -
CMYK 0.54 0.73 0 0.21
HSL 255.51º 0.58% 0.5% -
HSV(B) 255.51º 0.73% 0.79% -
XYZ 16.54 9.32 56.8 -
YUV 83.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 93 55 202 0.54 0.73 0 0.21 255.51 0.58 0.5
Hex 5D 37 CA 36 49 0 15 100 3A 32
Octal 135 67 312 66 111 0 25 400 72 62
Binary 1011101 110111 11001010 110110 1001001 0 10101 100000000 111010 110010

Color Harmonies of #5D37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D37CA

Black with #5D37CA

Text Example


Text Example

White with #5D37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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