Html Css Color HEX #5529DB Purple Heart

📋 copy color: '#5529DB'

red 85 ◦ green 41 ◦ blue 219

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

Shades of Purple Heart #5529DB

Tints of Purple Heart #5529DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 24.64%
G = 11.88%
B = 63.48%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5529DB (or 0x5529DB) is known color: Purple Heart. HEX triplet: 55, 29 and DB. RGB value is (85,41,219). Sum of RGB (Red+Green+Blue) = 85+41+219=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #5529DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5529DB is #AAD624. Grayscale: #494949. Windows color (decimal): -11195941 or 14362965. OLE color: 14362965.

HSL color Cylindrical-coordinate representation of color #5529DB: hue angle of 254.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5529DB is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 41 219 -
CMYK 0.61 0.81 0 0.14
HSL 254.83º 0.71% 0.51% -
HSV(B) 254.83º 0.81% 0.86% -
XYZ 17.33 8.63 67.77 -
YUV 74.45 209.58 135.53 -
System Red Green Blue C M Y K H S L
Decimal 85 41 219 0.61 0.81 0 0.14 254.83 0.71 0.51
Hex 55 29 DB 3D 51 0 E FF 47 33
Octal 125 51 333 75 121 0 16 377 107 63
Binary 1010101 101001 11011011 111101 1010001 0 1110 11111111 1000111 110011

Color Harmonies of #5529DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5529DB

Black with #5529DB

Text Example


Text Example

White with #5529DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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