Html Css Color HEX #5D3CCD Purple Heart

📋 copy color: '#5D3CCD'

red 93 ◦ green 60 ◦ blue 205

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

Shades of Purple Heart #5D3CCD

Tints of Purple Heart #5D3CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.76%

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

R = 25.98%
G = 16.76%
B = 57.26%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D3CCD (or 0x5D3CCD) is known color: Purple Heart. HEX triplet: 5D, 3C and CD. RGB value is (93,60,205). Sum of RGB (Red+Green+Blue) = 93+60+205=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D3CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CCD is #A2C332. Grayscale: #555555. Windows color (decimal): -10666803 or 13450333. OLE color: 13450333.

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

Color convert

RGB 93 60 205 -
CMYK 0.55 0.71 0 0.20
HSL 253.66º 0.59% 0.52% -
HSV(B) 253.66º 0.71% 0.8% -
XYZ 17.15 9.97 58.78 -
YUV 86.4 194.93 132.71 -
System Red Green Blue C M Y K H S L
Decimal 93 60 205 0.55 0.71 0 0.20 253.66 0.59 0.52
Hex 5D 3C CD 37 47 0 14 FE 3B 34
Octal 135 74 315 67 107 0 24 376 73 64
Binary 1011101 111100 11001101 110111 1000111 0 10100 11111110 111011 110100

Color Harmonies of #5D3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3CCD

Black with #5D3CCD

Text Example


Text Example

White with #5D3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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