Html Css Color HEX #551BFC Han Purple

📋 copy color: '#551BFC'

red 85 ◦ green 27 ◦ blue 252

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

Shades of Han Purple #551BFC

Tints of Han Purple #551BFC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.42%

 BLUE value IS 252 (98.83% from 255) = 69.23%

R = 23.35%
G = 7.42%
B = 69.23%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#551BFC (or 0x551BFC) is known color: Han Purple. HEX triplet: 55, 1B and FC. RGB value is (85,27,252). Sum of RGB (Red+Green+Blue) = 85+27+252=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #551BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551BFC is #AAE403. Grayscale: #454545. Windows color (decimal): -11199492 or 16522069. OLE color: 16522069.

HSL color Cylindrical-coordinate representation of color #551BFC: hue angle of 255.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551BFC is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 27 252 -
CMYK 0.66 0.89 0 0.01
HSL 255.47º 0.97% 0.55% -
HSV(B) 255.47º 0.89% 0.99% -
XYZ 21.71 9.74 92.83 -
YUV 69.99 230.72 138.7 -
System Red Green Blue C M Y K H S L
Decimal 85 27 252 0.66 0.89 0 0.01 255.47 0.97 0.55
Hex 55 1B FC 42 59 0 1 FF 61 37
Octal 125 33 374 102 131 0 1 377 141 67
Binary 1010101 11011 11111100 1000010 1011001 0 1 11111111 1100001 110111

Color Harmonies of #551BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BFC

Black with #551BFC

Text Example


Text Example

White with #551BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551BFC; }

 p { color: rgb(85,27,252); }

 H1.HeaderClassName
 {
   color: #551BFC;
 }
 .AnyTagClassName
 {
   color: #551BFC;
 }
</style>

background-color css

<style>
 a { background-color: #551BFC; }

 a { background-color: rgb(85,27,252); }

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

border-color css

<style>
 span { border-color: #551BFC; }

 span { border-color: rgb(85,27,252); }

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