Html Css Color HEX #5735AC Purple Heart

📋 copy color: '#5735AC'

red 87 ◦ green 53 ◦ blue 172

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

Shades of Purple Heart #5735AC

Tints of Purple Heart #5735AC

RGB

 RED value IS 87 (34.38% from 255) = 27.88%

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

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

R = 27.88%
G = 16.99%
B = 55.13%

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

#5735AC (or 0x5735AC) is known color: Purple Heart. HEX triplet: 57, 35 and AC. RGB value is (87,53,172). Sum of RGB (Red+Green+Blue) = 87+53+172=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #5735AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5735AC is #A8CA53. Grayscale: #4C4C4C. Windows color (decimal): -11061844 or 11285847. OLE color: 11285847.

HSL color Cylindrical-coordinate representation of color #5735AC: hue angle of 257.14º 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 #5735AC is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 53 172 -
CMYK 0.49 0.69 0 0.33
HSL 257.14º 0.53% 0.44% -
HSV(B) 257.14º 0.69% 0.67% -
XYZ 12.65 7.55 39.82 -
YUV 76.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 87 53 172 0.49 0.69 0 0.33 257.14 0.53 0.44
Hex 57 35 AC 31 45 0 21 101 35 2C
Octal 127 65 254 61 105 0 41 401 65 54
Binary 1010111 110101 10101100 110001 1000101 0 100001 100000001 110101 101100

Color Harmonies of #5735AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5735AC

Black with #5735AC

Text Example


Text Example

White with #5735AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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