Html Css Color HEX #5529BF Purple Heart

📋 copy color: '#5529BF'

red 85 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #5529BF

Tints of Purple Heart #5529BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 26.81%
G = 12.93%
B = 60.25%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5529BF (or 0x5529BF) is known color: Purple Heart. HEX triplet: 55, 29 and BF. RGB value is (85,41,191). Sum of RGB (Red+Green+Blue) = 85+41+191=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #5529BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5529BF is #AAD640. Grayscale: #464646. Windows color (decimal): -11195969 or 12527957. OLE color: 12527957.

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

Color convert

RGB 85 41 191 -
CMYK 0.55 0.79 0 0.25
HSL 257.6º 0.65% 0.45% -
HSV(B) 257.6º 0.79% 0.75% -
XYZ 13.94 7.28 49.96 -
YUV 71.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 85 41 191 0.55 0.79 0 0.25 257.6 0.65 0.45
Hex 55 29 BF 37 4F 0 19 102 41 2D
Octal 125 51 277 67 117 0 31 402 101 55
Binary 1010101 101001 10111111 110111 1001111 0 11001 100000010 1000001 101101

Color Harmonies of #5529BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5529BF

Black with #5529BF

Text Example


Text Example

White with #5529BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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