Html Css Color HEX #550FFA Han Purple

📋 copy color: '#550FFA'

red 85 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #550FFA

Tints of Han Purple #550FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

 BLUE value IS 250 (98.05% from 255) = 71.43%

R = 24.29%
G = 4.29%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#550FFA (or 0x550FFA) is known color: Han Purple. HEX triplet: 55, 0F and FA. RGB value is (85,15,250). Sum of RGB (Red+Green+Blue) = 85+15+250=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #550FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550FFA is #AAF005. Grayscale: #3D3D3D. Windows color (decimal): -11202566 or 16387925. OLE color: 16387925.

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

Color convert

RGB 85 15 250 -
CMYK 0.66 0.94 0 0.02
HSL 257.87º 0.96% 0.52% -
HSV(B) 257.87º 0.94% 0.98% -
XYZ 21.17 9.18 91.1 -
YUV 62.72 233.69 143.89 -
System Red Green Blue C M Y K H S L
Decimal 85 15 250 0.66 0.94 0 0.02 257.87 0.96 0.52
Hex 55 F FA 42 5E 0 2 102 60 34
Octal 125 17 372 102 136 0 2 402 140 64
Binary 1010101 1111 11111010 1000010 1011110 0 10 100000010 1100000 110100

Color Harmonies of #550FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FFA

Black with #550FFA

Text Example


Text Example

White with #550FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,15,250); }

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

background-color css

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

 a { background-color: rgb(85,15,250); }

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

border-color css

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

 span { border-color: rgb(85,15,250); }

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