Html Css Color HEX #5D3AC5 Purple Heart

📋 copy color: '#5D3AC5'

red 93 ◦ green 58 ◦ blue 197

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

Shades of Purple Heart #5D3AC5

Tints of Purple Heart #5D3AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 56.61%

R = 26.72%
G = 16.67%
B = 56.61%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5D3AC5 (or 0x5D3AC5) is known color: Purple Heart. HEX triplet: 5D, 3A and C5. RGB value is (93,58,197). Sum of RGB (Red+Green+Blue) = 93+58+197=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 197 (77.34% from 255 or 56.61% from 348); Max value from RGB is 197 - color contains mainly: blue. Hex color #5D3AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3AC5 is #A2C53A. Grayscale: #535353. Windows color (decimal): -10667323 or 12925533. OLE color: 12925533.

HSL color Cylindrical-coordinate representation of color #5D3AC5: hue angle of 255.11º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D3AC5 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 93 58 197 -
CMYK 0.53 0.71 0 0.23
HSL 255.11º 0.55% 0.5% -
HSV(B) 255.11º 0.71% 0.77% -
XYZ 16.11 9.38 53.79 -
YUV 84.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 93 58 197 0.53 0.71 0 0.23 255.11 0.55 0.5
Hex 5D 3A C5 35 47 0 17 FF 37 32
Octal 135 72 305 65 107 0 27 377 67 62
Binary 1011101 111010 11000101 110101 1000111 0 10111 11111111 110111 110010

Color Harmonies of #5D3AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3AC5

Black with #5D3AC5

Text Example


Text Example

White with #5D3AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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