Html Css Color HEX #550BFD Han Purple

📋 copy color: '#550BFD'

red 85 ◦ green 11 ◦ blue 253

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

Shades of Han Purple #550BFD

Tints of Han Purple #550BFD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.15%

 BLUE value IS 253 (99.22% from 255) = 72.49%

R = 24.36%
G = 3.15%
B = 72.49%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#550BFD (or 0x550BFD) is known color: Han Purple. HEX triplet: 55, 0B and FD. RGB value is (85,11,253). Sum of RGB (Red+Green+Blue) = 85+11+253=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #550BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BFD is #AAF402. Grayscale: #3B3B3B. Windows color (decimal): -11203587 or 16583509. OLE color: 16583509.

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

Color convert

RGB 85 11 253 -
CMYK 0.66 0.96 0 0.01
HSL 258.35º 0.98% 0.52% -
HSV(B) 258.35º 0.96% 0.99% -
XYZ 21.6 9.26 93.58 -
YUV 60.71 236.52 145.32 -
System Red Green Blue C M Y K H S L
Decimal 85 11 253 0.66 0.96 0 0.01 258.35 0.98 0.52
Hex 55 B FD 42 60 0 1 102 62 34
Octal 125 13 375 102 140 0 1 402 142 64
Binary 1010101 1011 11111101 1000010 1100000 0 1 100000010 1100010 110100

Color Harmonies of #550BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BFD

Black with #550BFD

Text Example


Text Example

White with #550BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,11,253); }

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

background-color css

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

 a { background-color: rgb(85,11,253); }

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

border-color css

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

 span { border-color: rgb(85,11,253); }

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