Html Css Color HEX #5D2BC0 Purple Heart

📋 copy color: '#5D2BC0'

red 93 ◦ green 43 ◦ blue 192

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

Shades of Purple Heart #5D2BC0

Tints of Purple Heart #5D2BC0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.11%

 BLUE value IS 192 (75.39% from 255) = 58.54%

R = 28.35%
G = 13.11%
B = 58.54%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D2BC0 (or 0x5D2BC0) is known color: Purple Heart. HEX triplet: 5D, 2B and C0. RGB value is (93,43,192). Sum of RGB (Red+Green+Blue) = 93+43+192=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #5D2BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2BC0 is #A2D43F. Grayscale: #4A4A4A. Windows color (decimal): -10671168 or 12594013. OLE color: 12594013.

HSL color Cylindrical-coordinate representation of color #5D2BC0: hue angle of 260.13º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D2BC0 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 43 192 -
CMYK 0.52 0.78 0 0.25
HSL 260.13º 0.63% 0.46% -
HSV(B) 260.13º 0.78% 0.75% -
XYZ 14.89 7.86 50.6 -
YUV 74.94 194.07 140.88 -
System Red Green Blue C M Y K H S L
Decimal 93 43 192 0.52 0.78 0 0.25 260.13 0.63 0.46
Hex 5D 2B C0 34 4E 0 19 104 3F 2E
Octal 135 53 300 64 116 0 31 404 77 56
Binary 1011101 101011 11000000 110100 1001110 0 11001 100000100 111111 101110

Color Harmonies of #5D2BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2BC0

Black with #5D2BC0

Text Example


Text Example

White with #5D2BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,43,192); }

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

background-color css

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

 a { background-color: rgb(93,43,192); }

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

border-color css

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

 span { border-color: rgb(93,43,192); }

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