Html Css Color HEX #5D2DC1 Purple Heart

📋 copy color: '#5D2DC1'

red 93 ◦ green 45 ◦ blue 193

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

Shades of Purple Heart #5D2DC1

Tints of Purple Heart #5D2DC1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 193 (75.78% from 255) = 58.31%

R = 28.1%
G = 13.6%
B = 58.31%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5D2DC1 (or 0x5D2DC1) is known color: Purple Heart. HEX triplet: 5D, 2D and C1. RGB value is (93,45,193). Sum of RGB (Red+Green+Blue) = 93+45+193=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #5D2DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2DC1 is #A2D23E. Grayscale: #4B4B4B. Windows color (decimal): -10670655 or 12660061. OLE color: 12660061.

HSL color Cylindrical-coordinate representation of color #5D2DC1: hue angle of 259.46º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2DC1 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 45 193 -
CMYK 0.52 0.77 0 0.24
HSL 259.46º 0.62% 0.47% -
HSV(B) 259.46º 0.77% 0.76% -
XYZ 15.08 8.05 51.21 -
YUV 76.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 93 45 193 0.52 0.77 0 0.24 259.46 0.62 0.47
Hex 5D 2D C1 34 4D 0 18 103 3E 2F
Octal 135 55 301 64 115 0 30 403 76 57
Binary 1011101 101101 11000001 110100 1001101 0 11000 100000011 111110 101111

Color Harmonies of #5D2DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2DC1

Black with #5D2DC1

Text Example


Text Example

White with #5D2DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,45,193); }

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

background-color css

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

 a { background-color: rgb(93,45,193); }

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

border-color css

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

 span { border-color: rgb(93,45,193); }

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