Html Css Color HEX #5535DC Purple Heart

📋 copy color: '#5535DC'

red 85 ◦ green 53 ◦ blue 220

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

Shades of Purple Heart #5535DC

Tints of Purple Heart #5535DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 23.74%
G = 14.8%
B = 61.45%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5535DC (or 0x5535DC) is known color: Purple Heart. HEX triplet: 55, 35 and DC. RGB value is (85,53,220). Sum of RGB (Red+Green+Blue) = 85+53+220=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #5535DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5535DC is #AACA23. Grayscale: #505050. Windows color (decimal): -11192868 or 14431573. OLE color: 14431573.

HSL color Cylindrical-coordinate representation of color #5535DC: hue angle of 251.5º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5535DC is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 53 220 -
CMYK 0.61 0.76 0 0.14
HSL 251.5º 0.7% 0.54% -
HSV(B) 251.5º 0.76% 0.86% -
XYZ 17.94 9.64 68.63 -
YUV 81.61 206.1 130.42 -
System Red Green Blue C M Y K H S L
Decimal 85 53 220 0.61 0.76 0 0.14 251.5 0.7 0.54
Hex 55 35 DC 3D 4C 0 E FB 46 36
Octal 125 65 334 75 114 0 16 373 106 66
Binary 1010101 110101 11011100 111101 1001100 0 1110 11111011 1000110 110110

Color Harmonies of #5535DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5535DC

Black with #5535DC

Text Example


Text Example

White with #5535DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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