Html Css Color HEX #5D3CCA Purple Heart

📋 copy color: '#5D3CCA'

red 93 ◦ green 60 ◦ blue 202

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

Shades of Purple Heart #5D3CCA

Tints of Purple Heart #5D3CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.9%

R = 26.2%
G = 16.9%
B = 56.9%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D3CCA (or 0x5D3CCA) is known color: Purple Heart. HEX triplet: 5D, 3C and CA. RGB value is (93,60,202). Sum of RGB (Red+Green+Blue) = 93+60+202=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D3CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CCA is #A2C335. Grayscale: #555555. Windows color (decimal): -10666806 or 13253725. OLE color: 13253725.

HSL color Cylindrical-coordinate representation of color #5D3CCA: hue angle of 253.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D3CCA is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 60 202 -
CMYK 0.54 0.70 0 0.21
HSL 253.94º 0.57% 0.51% -
HSV(B) 253.94º 0.7% 0.79% -
XYZ 16.79 9.82 56.89 -
YUV 86.06 193.43 132.95 -
System Red Green Blue C M Y K H S L
Decimal 93 60 202 0.54 0.70 0 0.21 253.94 0.57 0.51
Hex 5D 3C CA 36 46 0 15 FE 39 33
Octal 135 74 312 66 106 0 25 376 71 63
Binary 1011101 111100 11001010 110110 1000110 0 10101 11111110 111001 110011

Color Harmonies of #5D3CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3CCA

Black with #5D3CCA

Text Example


Text Example

White with #5D3CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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