Html Css Color HEX #5D3FCA Purple Heart

📋 copy color: '#5D3FCA'

red 93 ◦ green 63 ◦ blue 202

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

Shades of Purple Heart #5D3FCA

Tints of Purple Heart #5D3FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.6%

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

R = 25.98%
G = 17.6%
B = 56.42%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D3FCA (or 0x5D3FCA) is known color: Purple Heart. HEX triplet: 5D, 3F and CA. RGB value is (93,63,202). Sum of RGB (Red+Green+Blue) = 93+63+202=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D3FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FCA is #A2C035. Grayscale: #575757. Windows color (decimal): -10666038 or 13254493. OLE color: 13254493.

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

Color convert

RGB 93 63 202 -
CMYK 0.54 0.69 0 0.21
HSL 252.95º 0.57% 0.52% -
HSV(B) 252.95º 0.69% 0.79% -
XYZ 16.95 10.15 56.94 -
YUV 87.82 192.44 131.7 -
System Red Green Blue C M Y K H S L
Decimal 93 63 202 0.54 0.69 0 0.21 252.95 0.57 0.52
Hex 5D 3F CA 36 45 0 15 FD 39 34
Octal 135 77 312 66 105 0 25 375 71 64
Binary 1011101 111111 11001010 110110 1000101 0 10101 11111101 111001 110100

Color Harmonies of #5D3FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3FCA

Black with #5D3FCA

Text Example


Text Example

White with #5D3FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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