Html Css Color HEX #5D2BCD Purple Heart

📋 copy color: '#5D2BCD'

red 93 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #5D2BCD

Tints of Purple Heart #5D2BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 27.27%
G = 12.61%
B = 60.12%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D2BCD (or 0x5D2BCD) is known color: Purple Heart. HEX triplet: 5D, 2B and CD. RGB value is (93,43,205). Sum of RGB (Red+Green+Blue) = 93+43+205=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D2BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2BCD is #A2D432. Grayscale: #4B4B4B. Windows color (decimal): -10671155 or 13445981. OLE color: 13445981.

HSL color Cylindrical-coordinate representation of color #5D2BCD: hue angle of 258.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D2BCD is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 43 205 -
CMYK 0.55 0.79 0 0.20
HSL 258.52º 0.65% 0.49% -
HSV(B) 258.52º 0.79% 0.8% -
XYZ 16.4 8.46 58.53 -
YUV 76.42 200.57 139.83 -
System Red Green Blue C M Y K H S L
Decimal 93 43 205 0.55 0.79 0 0.20 258.52 0.65 0.49
Hex 5D 2B CD 37 4F 0 14 103 41 31
Octal 135 53 315 67 117 0 24 403 101 61
Binary 1011101 101011 11001101 110111 1001111 0 10100 100000011 1000001 110001

Color Harmonies of #5D2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2BCD

Black with #5D2BCD

Text Example


Text Example

White with #5D2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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