Html Css Color HEX #550AFF Han Purple

📋 copy color: '#550AFF'

red 85 ◦ green 10 ◦ blue 255

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

Shades of Han Purple #550AFF

Tints of Han Purple #550AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.86%

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

R = 24.29%
G = 2.86%
B = 72.86%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#550AFF (or 0x550AFF) is known color: Han Purple. HEX triplet: 55, 0A and FF. RGB value is (85,10,255). Sum of RGB (Red+Green+Blue) = 85+10+255=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #550AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550AFF is #AAF500. Grayscale: #3B3B3B. Windows color (decimal): -11203841 or 16714325. OLE color: 16714325.

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

Color convert

RGB 85 10 255 -
CMYK 0.67 0.96 0 0
HSL 258.37º 1% 0.52% -
HSV(B) 258.37º 0.96% 1% -
XYZ 21.9 9.37 95.26 -
YUV 60.36 237.85 145.58 -
System Red Green Blue C M Y K H S L
Decimal 85 10 255 0.67 0.96 0 0 258.37 1 0.52
Hex 55 A FF 43 60 0 0 102 64 34
Octal 125 12 377 103 140 0 0 402 144 64
Binary 1010101 1010 11111111 1000011 1100000 0 0 100000010 1100100 110100

Color Harmonies of #550AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550AFF

Black with #550AFF

Text Example


Text Example

White with #550AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550AFF; }

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

 H1.HeaderClassName
 {
   color: #550AFF;
 }
 .AnyTagClassName
 {
   color: #550AFF;
 }
</style>

background-color css

<style>
 a { background-color: #550AFF; }

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

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

border-color css

<style>
 span { border-color: #550AFF; }

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

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