Html Css Color HEX #5D3AB4 Purple Heart

📋 copy color: '#5D3AB4'

red 93 ◦ green 58 ◦ blue 180

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

Shades of Purple Heart #5D3AB4

Tints of Purple Heart #5D3AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.38%

R = 28.1%
G = 17.52%
B = 54.38%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5D3AB4 (or 0x5D3AB4) is known color: Purple Heart. HEX triplet: 5D, 3A and B4. RGB value is (93,58,180). Sum of RGB (Red+Green+Blue) = 93+58+180=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D3AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3AB4 is #A2C54B. Grayscale: #515151. Windows color (decimal): -10667340 or 11811421. OLE color: 11811421.

HSL color Cylindrical-coordinate representation of color #5D3AB4: hue angle of 257.21º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D3AB4 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 58 180 -
CMYK 0.48 0.68 0 0.29
HSL 257.21º 0.51% 0.47% -
HSV(B) 257.21º 0.68% 0.71% -
XYZ 14.27 8.65 44.1 -
YUV 82.37 183.1 135.58 -
System Red Green Blue C M Y K H S L
Decimal 93 58 180 0.48 0.68 0 0.29 257.21 0.51 0.47
Hex 5D 3A B4 30 44 0 1D 101 33 2F
Octal 135 72 264 60 104 0 35 401 63 57
Binary 1011101 111010 10110100 110000 1000100 0 11101 100000001 110011 101111

Color Harmonies of #5D3AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3AB4

Black with #5D3AB4

Text Example


Text Example

White with #5D3AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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