Html Css Color HEX #5507DB Han Purple

📋 copy color: '#5507DB'

red 85 ◦ green 7 ◦ blue 219

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

Shades of Han Purple #5507DB

Tints of Han Purple #5507DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

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

R = 27.33%
G = 2.25%
B = 70.42%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5507DB (or 0x5507DB) is known color: Han Purple. HEX triplet: 55, 07 and DB. RGB value is (85,7,219). Sum of RGB (Red+Green+Blue) = 85+7+219=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #5507DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5507DB is #AAF824. Grayscale: #353535. Windows color (decimal): -11204645 or 14354261. OLE color: 14354261.

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

Color convert

RGB 85 7 219 -
CMYK 0.61 0.97 0 0.14
HSL 262.08º 0.94% 0.44% -
HSV(B) 262.08º 0.97% 0.86% -
XYZ 16.61 7.2 67.53 -
YUV 54.49 220.84 149.76 -
System Red Green Blue C M Y K H S L
Decimal 85 7 219 0.61 0.97 0 0.14 262.08 0.94 0.44
Hex 55 7 DB 3D 61 0 E 106 5E 2C
Octal 125 7 333 75 141 0 16 406 136 54
Binary 1010101 111 11011011 111101 1100001 0 1110 100000110 1011110 101100

Color Harmonies of #5507DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5507DB

Black with #5507DB

Text Example


Text Example

White with #5507DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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