Html Css Color HEX #5529BE Purple Heart

📋 copy color: '#5529BE'

red 85 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #5529BE

Tints of Purple Heart #5529BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.13%

R = 26.9%
G = 12.97%
B = 60.13%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5529BE (or 0x5529BE) is known color: Purple Heart. HEX triplet: 55, 29 and BE. RGB value is (85,41,190). Sum of RGB (Red+Green+Blue) = 85+41+190=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #5529BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5529BE is #AAD641. Grayscale: #464646. Windows color (decimal): -11195970 or 12462421. OLE color: 12462421.

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

Color convert

RGB 85 41 190 -
CMYK 0.55 0.78 0 0.25
HSL 257.72º 0.65% 0.45% -
HSV(B) 257.72º 0.78% 0.75% -
XYZ 13.83 7.23 49.38 -
YUV 71.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 85 41 190 0.55 0.78 0 0.25 257.72 0.65 0.45
Hex 55 29 BE 37 4E 0 19 102 41 2D
Octal 125 51 276 67 116 0 31 402 101 55
Binary 1010101 101001 10111110 110111 1001110 0 11001 100000010 1000001 101101

Color Harmonies of #5529BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5529BE

Black with #5529BE

Text Example


Text Example

White with #5529BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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