Html Css Color HEX #5535BF Purple Heart

📋 copy color: '#5535BF'

red 85 ◦ green 53 ◦ blue 191

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

Shades of Purple Heart #5535BF

Tints of Purple Heart #5535BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.05%

R = 25.84%
G = 16.11%
B = 58.05%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5535BF (or 0x5535BF) is known color: Purple Heart. HEX triplet: 55, 35 and BF. RGB value is (85,53,191). Sum of RGB (Red+Green+Blue) = 85+53+191=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #5535BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5535BF is #AACA40. Grayscale: #4D4D4D. Windows color (decimal): -11192897 or 12531029. OLE color: 12531029.

HSL color Cylindrical-coordinate representation of color #5535BF: hue angle of 253.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5535BF is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 53 191 -
CMYK 0.55 0.72 0 0.25
HSL 253.91º 0.57% 0.48% -
HSV(B) 253.91º 0.72% 0.75% -
XYZ 14.42 8.24 50.12 -
YUV 78.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 85 53 191 0.55 0.72 0 0.25 253.91 0.57 0.48
Hex 55 35 BF 37 48 0 19 FE 39 30
Octal 125 65 277 67 110 0 31 376 71 60
Binary 1010101 110101 10111111 110111 1001000 0 11001 11111110 111001 110000

Color Harmonies of #5535BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5535BF

Black with #5535BF

Text Example


Text Example

White with #5535BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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