Html Css Color HEX #5735BA Purple Heart

📋 copy color: '#5735BA'

red 87 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #5735BA

Tints of Purple Heart #5735BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 26.69%
G = 16.26%
B = 57.06%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5735BA (or 0x5735BA) is known color: Purple Heart. HEX triplet: 57, 35 and BA. RGB value is (87,53,186). Sum of RGB (Red+Green+Blue) = 87+53+186=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #5735BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5735BA is #A8CA45. Grayscale: #4D4D4D. Windows color (decimal): -11061830 or 12203351. OLE color: 12203351.

HSL color Cylindrical-coordinate representation of color #5735BA: hue angle of 255.34º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5735BA is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 53 186 -
CMYK 0.53 0.72 0 0.27
HSL 255.34º 0.56% 0.47% -
HSV(B) 255.34º 0.72% 0.73% -
XYZ 14.07 8.12 47.28 -
YUV 78.33 188.76 134.19 -
System Red Green Blue C M Y K H S L
Decimal 87 53 186 0.53 0.72 0 0.27 255.34 0.56 0.47
Hex 57 35 BA 35 48 0 1B FF 38 2F
Octal 127 65 272 65 110 0 33 377 70 57
Binary 1010111 110101 10111010 110101 1001000 0 11011 11111111 111000 101111

Color Harmonies of #5735BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5735BA

Black with #5735BA

Text Example


Text Example

White with #5735BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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