Html Css Color HEX #5D36B6 Purple Heart

📋 copy color: '#5D36B6'

red 93 ◦ green 54 ◦ blue 182

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

Shades of Purple Heart #5D36B6

Tints of Purple Heart #5D36B6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

 BLUE value IS 182 (71.48% from 255) = 55.32%

R = 28.27%
G = 16.41%
B = 55.32%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5D36B6 (or 0x5D36B6) is known color: Purple Heart. HEX triplet: 5D, 36 and B6. RGB value is (93,54,182). Sum of RGB (Red+Green+Blue) = 93+54+182=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #5D36B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D36B6 is #A2C949. Grayscale: #4F4F4F. Windows color (decimal): -10668362 or 11941469. OLE color: 11941469.

HSL color Cylindrical-coordinate representation of color #5D36B6: hue angle of 258.28º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D36B6 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 54 182 -
CMYK 0.49 0.70 0 0.29
HSL 258.28º 0.54% 0.46% -
HSV(B) 258.28º 0.7% 0.71% -
XYZ 14.28 8.34 45.11 -
YUV 80.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 93 54 182 0.49 0.70 0 0.29 258.28 0.54 0.46
Hex 5D 36 B6 31 46 0 1D 102 36 2E
Octal 135 66 266 61 106 0 35 402 66 56
Binary 1011101 110110 10110110 110001 1000110 0 11101 100000010 110110 101110

Color Harmonies of #5D36B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D36B6

Black with #5D36B6

Text Example


Text Example

White with #5D36B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,54,182); }

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

background-color css

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

 a { background-color: rgb(93,54,182); }

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

border-color css

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

 span { border-color: rgb(93,54,182); }

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