Html Css Color HEX #5735D1 Purple Heart

📋 copy color: '#5735D1'

red 87 ◦ green 53 ◦ blue 209

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

Shades of Purple Heart #5735D1

Tints of Purple Heart #5735D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 59.89%

R = 24.93%
G = 15.19%
B = 59.89%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5735D1 (or 0x5735D1) is known color: Purple Heart. HEX triplet: 57, 35 and D1. RGB value is (87,53,209). Sum of RGB (Red+Green+Blue) = 87+53+209=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 209 (82.03% from 255 or 59.89% from 349); Max value from RGB is 209 - color contains mainly: blue. Hex color #5735D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5735D1 is #A8CA2E. Grayscale: #505050. Windows color (decimal): -11061807 or 13710679. OLE color: 13710679.

HSL color Cylindrical-coordinate representation of color #5735D1: hue angle of 253.08º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5735D1 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 53 209 -
CMYK 0.58 0.75 0 0.18
HSL 253.08º 0.63% 0.51% -
HSV(B) 253.08º 0.75% 0.82% -
XYZ 16.71 9.18 61.21 -
YUV 80.95 200.26 132.32 -
System Red Green Blue C M Y K H S L
Decimal 87 53 209 0.58 0.75 0 0.18 253.08 0.63 0.51
Hex 57 35 D1 3A 4B 0 12 FD 3F 33
Octal 127 65 321 72 113 0 22 375 77 63
Binary 1010111 110101 11010001 111010 1001011 0 10010 11111101 111111 110011

Color Harmonies of #5735D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5735D1

Black with #5735D1

Text Example


Text Example

White with #5735D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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