Html Css Color HEX #5835AD Purple Heart

📋 copy color: '#5835AD'

red 88 ◦ green 53 ◦ blue 173

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

Shades of Purple Heart #5835AD

Tints of Purple Heart #5835AD

RGB

 RED value IS 88 (34.77% from 255) = 28.03%

 GREEN value IS 53 (21.09% from 255) = 16.88%

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 28.03%
G = 16.88%
B = 55.1%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5835AD (or 0x5835AD) is known color: Purple Heart. HEX triplet: 58, 35 and AD. RGB value is (88,53,173). Sum of RGB (Red+Green+Blue) = 88+53+173=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #5835AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5835AD is #A7CA52. Grayscale: #4C4C4C. Windows color (decimal): -10996307 or 11351384. OLE color: 11351384.

HSL color Cylindrical-coordinate representation of color #5835AD: hue angle of 257.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5835AD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 53 173 -
CMYK 0.49 0.69 0 0.32
HSL 257.5º 0.53% 0.44% -
HSV(B) 257.5º 0.69% 0.68% -
XYZ 12.84 7.64 40.33 -
YUV 77.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 88 53 173 0.49 0.69 0 0.32 257.5 0.53 0.44
Hex 58 35 AD 31 45 0 20 102 35 2C
Octal 130 65 255 61 105 0 40 402 65 54
Binary 1011000 110101 10101101 110001 1000101 0 100000 100000010 110101 101100

Color Harmonies of #5835AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5835AD

Black with #5835AD

Text Example


Text Example

White with #5835AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5835AD; }

 p { color: rgb(88,53,173); }

 H1.HeaderClassName
 {
   color: #5835AD;
 }
 .AnyTagClassName
 {
   color: #5835AD;
 }
</style>

background-color css

<style>
 a { background-color: #5835AD; }

 a { background-color: rgb(88,53,173); }

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

border-color css

<style>
 span { border-color: #5835AD; }

 span { border-color: rgb(88,53,173); }

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