Html Css Color HEX #551FF8 Han Purple

📋 copy color: '#551FF8'

red 85 ◦ green 31 ◦ blue 248

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

Shades of Han Purple #551FF8

Tints of Han Purple #551FF8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.52%

 BLUE value IS 248 (97.27% from 255) = 68.13%

R = 23.35%
G = 8.52%
B = 68.13%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#551FF8 (or 0x551FF8) is known color: Han Purple. HEX triplet: 55, 1F and F8. RGB value is (85,31,248). Sum of RGB (Red+Green+Blue) = 85+31+248=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 248 (97.27% from 255 or 68.13% from 364); Max value from RGB is 248 - color contains mainly: blue. Hex color #551FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FF8 is #AAE007. Grayscale: #474747. Windows color (decimal): -11198472 or 16260949. OLE color: 16260949.

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

Color convert

RGB 85 31 248 -
CMYK 0.66 0.88 0 0.03
HSL 254.93º 0.94% 0.55% -
HSV(B) 254.93º 0.88% 0.97% -
XYZ 21.18 9.69 89.56 -
YUV 71.88 227.39 137.36 -
System Red Green Blue C M Y K H S L
Decimal 85 31 248 0.66 0.88 0 0.03 254.93 0.94 0.55
Hex 55 1F F8 42 58 0 3 FF 5E 37
Octal 125 37 370 102 130 0 3 377 136 67
Binary 1010101 11111 11111000 1000010 1011000 0 11 11111111 1011110 110111

Color Harmonies of #551FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FF8

Black with #551FF8

Text Example


Text Example

White with #551FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,31,248); }

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

background-color css

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

 a { background-color: rgb(85,31,248); }

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

border-color css

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

 span { border-color: rgb(85,31,248); }

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