Html Css Color HEX #5507FF Han Purple

📋 copy color: '#5507FF'

red 85 ◦ green 7 ◦ blue 255

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

Shades of Han Purple #5507FF

Tints of Han Purple #5507FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.49%

R = 24.5%
G = 2.02%
B = 73.49%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5507FF (or 0x5507FF) is known color: Han Purple. HEX triplet: 55, 07 and FF. RGB value is (85,7,255). Sum of RGB (Red+Green+Blue) = 85+7+255=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #5507FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5507FF is #AAF800. Grayscale: #393939. Windows color (decimal): -11204609 or 16713557. OLE color: 16713557.

HSL color Cylindrical-coordinate representation of color #5507FF: hue angle of 258.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5507FF is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 7 255 -
CMYK 0.67 0.97 0 0
HSL 258.87º 1% 0.51% -
HSV(B) 258.87º 0.97% 1% -
XYZ 21.87 9.3 95.25 -
YUV 58.59 238.84 146.83 -
System Red Green Blue C M Y K H S L
Decimal 85 7 255 0.67 0.97 0 0 258.87 1 0.51
Hex 55 7 FF 43 61 0 0 103 64 33
Octal 125 7 377 103 141 0 0 403 144 63
Binary 1010101 111 11111111 1000011 1100001 0 0 100000011 1100100 110011

Color Harmonies of #5507FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5507FF

Black with #5507FF

Text Example


Text Example

White with #5507FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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