Html Css Color HEX #5D3BDA Purple Heart

📋 copy color: '#5D3BDA'

red 93 ◦ green 59 ◦ blue 218

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

Shades of Purple Heart #5D3BDA

Tints of Purple Heart #5D3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.95%

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 25.14%
G = 15.95%
B = 58.92%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5D3BDA (or 0x5D3BDA) is known color: Purple Heart. HEX triplet: 5D, 3B and DA. RGB value is (93,59,218). Sum of RGB (Red+Green+Blue) = 93+59+218=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D3BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3BDA is #A2C425. Grayscale: #565656. Windows color (decimal): -10667046 or 14302045. OLE color: 14302045.

HSL color Cylindrical-coordinate representation of color #5D3BDA: hue angle of 252.83º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D3BDA is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 59 218 -
CMYK 0.57 0.73 0 0.15
HSL 252.83º 0.68% 0.54% -
HSV(B) 252.83º 0.73% 0.85% -
XYZ 18.73 10.52 67.37 -
YUV 87.29 201.76 132.07 -
System Red Green Blue C M Y K H S L
Decimal 93 59 218 0.57 0.73 0 0.15 252.83 0.68 0.54
Hex 5D 3B DA 39 49 0 F FD 44 36
Octal 135 73 332 71 111 0 17 375 104 66
Binary 1011101 111011 11011010 111001 1001001 0 1111 11111101 1000100 110110

Color Harmonies of #5D3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3BDA

Black with #5D3BDA

Text Example


Text Example

White with #5D3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,59,218); }

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

background-color css

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

 a { background-color: rgb(93,59,218); }

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

border-color css

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

 span { border-color: rgb(93,59,218); }

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