Html Css Color HEX #5D3ACE Purple Heart

📋 copy color: '#5D3ACE'

red 93 ◦ green 58 ◦ blue 206

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

Shades of Purple Heart #5D3ACE

Tints of Purple Heart #5D3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 26.05%
G = 16.25%
B = 57.7%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D3ACE (or 0x5D3ACE) is known color: Purple Heart. HEX triplet: 5D, 3A and CE. RGB value is (93,58,206). Sum of RGB (Red+Green+Blue) = 93+58+206=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3ACE is #A2C531. Grayscale: #545454. Windows color (decimal): -10667314 or 13515357. OLE color: 13515357.

HSL color Cylindrical-coordinate representation of color #5D3ACE: hue angle of 254.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D3ACE is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 58 206 -
CMYK 0.55 0.72 0 0.19
HSL 254.19º 0.6% 0.52% -
HSV(B) 254.19º 0.72% 0.81% -
XYZ 17.17 9.81 59.38 -
YUV 85.34 196.1 133.47 -
System Red Green Blue C M Y K H S L
Decimal 93 58 206 0.55 0.72 0 0.19 254.19 0.6 0.52
Hex 5D 3A CE 37 48 0 13 FE 3C 34
Octal 135 72 316 67 110 0 23 376 74 64
Binary 1011101 111010 11001110 110111 1001000 0 10011 11111110 111100 110100

Color Harmonies of #5D3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3ACE

Black with #5D3ACE

Text Example


Text Example

White with #5D3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,58,206); }

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

background-color css

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

 a { background-color: rgb(93,58,206); }

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

border-color css

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

 span { border-color: rgb(93,58,206); }

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