Html Css Color HEX #5835AC Purple Heart

📋 copy color: '#5835AC'

red 88 ◦ green 53 ◦ blue 172

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

Shades of Purple Heart #5835AC

Tints of Purple Heart #5835AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 28.12%
G = 16.93%
B = 54.95%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5835AC (or 0x5835AC) is known color: Purple Heart. HEX triplet: 58, 35 and AC. RGB value is (88,53,172). Sum of RGB (Red+Green+Blue) = 88+53+172=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #5835AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5835AC is #A7CA53. Grayscale: #4C4C4C. Windows color (decimal): -10996308 or 11285848. OLE color: 11285848.

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

Color convert

RGB 88 53 172 -
CMYK 0.49 0.69 0 0.33
HSL 257.65º 0.53% 0.44% -
HSV(B) 257.65º 0.69% 0.67% -
XYZ 12.74 7.6 39.82 -
YUV 77.03 181.6 135.82 -
System Red Green Blue C M Y K H S L
Decimal 88 53 172 0.49 0.69 0 0.33 257.65 0.53 0.44
Hex 58 35 AC 31 45 0 21 102 35 2C
Octal 130 65 254 61 105 0 41 402 65 54
Binary 1011000 110101 10101100 110001 1000101 0 100001 100000010 110101 101100

Color Harmonies of #5835AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5835AC

Black with #5835AC

Text Example


Text Example

White with #5835AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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