Html Css Color HEX #5535D1 Purple Heart

📋 copy color: '#5535D1'

red 85 ◦ green 53 ◦ blue 209

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

Shades of Purple Heart #5535D1

Tints of Purple Heart #5535D1

RGB

 RED value IS 85 (33.59% from 255) = 24.5%

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

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

R = 24.5%
G = 15.27%
B = 60.23%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5535D1 (or 0x5535D1) is known color: Purple Heart. HEX triplet: 55, 35 and D1. RGB value is (85,53,209). Sum of RGB (Red+Green+Blue) = 85+53+209=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #5535D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5535D1 is #AACA2E. Grayscale: #4F4F4F. Windows color (decimal): -11192879 or 13710677. OLE color: 13710677.

HSL color Cylindrical-coordinate representation of color #5535D1: hue angle of 252.31º 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 #5535D1 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 53 209 -
CMYK 0.59 0.75 0 0.18
HSL 252.31º 0.63% 0.51% -
HSV(B) 252.31º 0.75% 0.82% -
XYZ 16.53 9.08 61.2 -
YUV 80.35 200.6 131.32 -
System Red Green Blue C M Y K H S L
Decimal 85 53 209 0.59 0.75 0 0.18 252.31 0.63 0.51
Hex 55 35 D1 3B 4B 0 12 FC 3F 33
Octal 125 65 321 73 113 0 22 374 77 63
Binary 1010101 110101 11010001 111011 1001011 0 10010 11111100 111111 110011

Color Harmonies of #5535D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5535D1

Black with #5535D1

Text Example


Text Example

White with #5535D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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