Html Css Color HEX #5735B4 Purple Heart

📋 copy color: '#5735B4'

red 87 ◦ green 53 ◦ blue 180

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

Shades of Purple Heart #5735B4

Tints of Purple Heart #5735B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 56.25%

R = 27.19%
G = 16.56%
B = 56.25%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5735B4 (or 0x5735B4) is known color: Purple Heart. HEX triplet: 57, 35 and B4. RGB value is (87,53,180). Sum of RGB (Red+Green+Blue) = 87+53+180=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #5735B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5735B4 is #A8CA4B. Grayscale: #4D4D4D. Windows color (decimal): -11061836 or 11810135. OLE color: 11810135.

HSL color Cylindrical-coordinate representation of color #5735B4: hue angle of 256.06º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5735B4 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 53 180 -
CMYK 0.52 0.71 0 0.29
HSL 256.06º 0.55% 0.46% -
HSV(B) 256.06º 0.71% 0.71% -
XYZ 13.44 7.87 43.99 -
YUV 77.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 87 53 180 0.52 0.71 0 0.29 256.06 0.55 0.46
Hex 57 35 B4 34 47 0 1D 100 37 2E
Octal 127 65 264 64 107 0 35 400 67 56
Binary 1010111 110101 10110100 110100 1000111 0 11101 100000000 110111 101110

Color Harmonies of #5735B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5735B4

Black with #5735B4

Text Example


Text Example

White with #5735B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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