Html Css Color HEX #5527DB Purple Heart

📋 copy color: '#5527DB'

red 85 ◦ green 39 ◦ blue 219

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

Shades of Purple Heart #5527DB

Tints of Purple Heart #5527DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

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

R = 24.78%
G = 11.37%
B = 63.85%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5527DB (or 0x5527DB) is known color: Purple Heart. HEX triplet: 55, 27 and DB. RGB value is (85,39,219). Sum of RGB (Red+Green+Blue) = 85+39+219=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #5527DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5527DB is #AAD824. Grayscale: #484848. Windows color (decimal): -11196453 or 14362453. OLE color: 14362453.

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

Color convert

RGB 85 39 219 -
CMYK 0.61 0.82 0 0.14
HSL 255.33º 0.71% 0.51% -
HSV(B) 255.33º 0.82% 0.86% -
XYZ 17.26 8.5 67.75 -
YUV 73.27 210.24 136.36 -
System Red Green Blue C M Y K H S L
Decimal 85 39 219 0.61 0.82 0 0.14 255.33 0.71 0.51
Hex 55 27 DB 3D 52 0 E FF 47 33
Octal 125 47 333 75 122 0 16 377 107 63
Binary 1010101 100111 11011011 111101 1010010 0 1110 11111111 1000111 110011

Color Harmonies of #5527DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5527DB

Black with #5527DB

Text Example


Text Example

White with #5527DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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