Html Css Color HEX #5D3DCD Purple Heart

📋 copy color: '#5D3DCD'

red 93 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #5D3DCD

Tints of Purple Heart #5D3DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.99%

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

R = 25.91%
G = 16.99%
B = 57.1%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D3DCD (or 0x5D3DCD) is known color: Purple Heart. HEX triplet: 5D, 3D and CD. RGB value is (93,61,205). Sum of RGB (Red+Green+Blue) = 93+61+205=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D3DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3DCD is #A2C232. Grayscale: #565656. Windows color (decimal): -10666547 or 13450589. OLE color: 13450589.

HSL color Cylindrical-coordinate representation of color #5D3DCD: hue angle of 253.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D3DCD is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 61 205 -
CMYK 0.55 0.70 0 0.20
HSL 253.33º 0.59% 0.52% -
HSV(B) 253.33º 0.7% 0.8% -
XYZ 17.2 10.07 58.8 -
YUV 86.98 194.6 132.29 -
System Red Green Blue C M Y K H S L
Decimal 93 61 205 0.55 0.70 0 0.20 253.33 0.59 0.52
Hex 5D 3D CD 37 46 0 14 FD 3B 34
Octal 135 75 315 67 106 0 24 375 73 64
Binary 1011101 111101 11001101 110111 1000110 0 10100 11111101 111011 110100

Color Harmonies of #5D3DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3DCD

Black with #5D3DCD

Text Example


Text Example

White with #5D3DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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