Html Css Color HEX #5508D7 Han Purple

📋 copy color: '#5508D7'

red 85 ◦ green 8 ◦ blue 215

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

Shades of Han Purple #5508D7

Tints of Han Purple #5508D7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.6%

 BLUE value IS 215 (84.38% from 255) = 69.81%

R = 27.6%
G = 2.6%
B = 69.81%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5508D7 (or 0x5508D7) is known color: Han Purple. HEX triplet: 55, 08 and D7. RGB value is (85,8,215). Sum of RGB (Red+Green+Blue) = 85+8+215=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 215 (84.38% from 255 or 69.81% from 308); Max value from RGB is 215 - color contains mainly: blue. Hex color #5508D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508D7 is #AAF728. Grayscale: #353535. Windows color (decimal): -11204393 or 14092373. OLE color: 14092373.

HSL color Cylindrical-coordinate representation of color #5508D7: hue angle of 262.32º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5508D7 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 8 215 -
CMYK 0.60 0.96 0 0.16
HSL 262.32º 0.93% 0.44% -
HSV(B) 262.32º 0.96% 0.84% -
XYZ 16.1 7.01 64.79 -
YUV 54.62 218.51 149.67 -
System Red Green Blue C M Y K H S L
Decimal 85 8 215 0.60 0.96 0 0.16 262.32 0.93 0.44
Hex 55 8 D7 3C 60 0 10 106 5D 2C
Octal 125 10 327 74 140 0 20 406 135 54
Binary 1010101 1000 11010111 111100 1100000 0 10000 100000110 1011101 101100

Color Harmonies of #5508D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5508D7

Black with #5508D7

Text Example


Text Example

White with #5508D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5508D7; }

 p { color: rgb(85,8,215); }

 H1.HeaderClassName
 {
   color: #5508D7;
 }
 .AnyTagClassName
 {
   color: #5508D7;
 }
</style>

background-color css

<style>
 a { background-color: #5508D7; }

 a { background-color: rgb(85,8,215); }

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

border-color css

<style>
 span { border-color: #5508D7; }

 span { border-color: rgb(85,8,215); }

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