Html Css Color HEX #5505F0 Han Purple

📋 copy color: '#5505F0'

red 85 ◦ green 5 ◦ blue 240

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

Shades of Han Purple #5505F0

Tints of Han Purple #5505F0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 240 (94.14% from 255) = 72.73%

R = 25.76%
G = 1.52%
B = 72.73%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5505F0 (or 0x5505F0) is known color: Han Purple. HEX triplet: 55, 05 and F0. RGB value is (85,5,240). Sum of RGB (Red+Green+Blue) = 85+5+240=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 240 (94.14% from 255 or 72.73% from 330); Max value from RGB is 240 - color contains mainly: blue. Hex color #5505F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5505F0 is #AAFA0F. Grayscale: #363636. Windows color (decimal): -11205136 or 15730005. OLE color: 15730005.

HSL color Cylindrical-coordinate representation of color #5505F0: hue angle of 260.43º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5505F0 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 5 240 -
CMYK 0.65 0.98 0 0.06
HSL 260.43º 0.96% 0.48% -
HSV(B) 260.43º 0.98% 0.94% -
XYZ 19.53 8.33 83.02 -
YUV 55.71 232 148.89 -
System Red Green Blue C M Y K H S L
Decimal 85 5 240 0.65 0.98 0 0.06 260.43 0.96 0.48
Hex 55 5 F0 41 62 0 6 104 60 30
Octal 125 5 360 101 142 0 6 404 140 60
Binary 1010101 101 11110000 1000001 1100010 0 110 100000100 1100000 110000

Color Harmonies of #5505F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5505F0

Black with #5505F0

Text Example


Text Example

White with #5505F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5505F0; }

 p { color: rgb(85,5,240); }

 H1.HeaderClassName
 {
   color: #5505F0;
 }
 .AnyTagClassName
 {
   color: #5505F0;
 }
</style>

background-color css

<style>
 a { background-color: #5505F0; }

 a { background-color: rgb(85,5,240); }

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

border-color css

<style>
 span { border-color: #5505F0; }

 span { border-color: rgb(85,5,240); }

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