Html Css Color HEX #551CFF Han Purple

📋 copy color: '#551CFF'

red 85 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #551CFF

Tints of Han Purple #551CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.61%

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

R = 23.1%
G = 7.61%
B = 69.29%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#551CFF (or 0x551CFF) is known color: Han Purple. HEX triplet: 55, 1C and FF. RGB value is (85,28,255). Sum of RGB (Red+Green+Blue) = 85+28+255=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #551CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551CFF is #AAE300. Grayscale: #464646. Windows color (decimal): -11199233 or 16718933. OLE color: 16718933.

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

Color convert

RGB 85 28 255 -
CMYK 0.67 0.89 0 0
HSL 255.07º 1% 0.55% -
HSV(B) 255.07º 0.89% 1% -
XYZ 22.21 9.98 95.36 -
YUV 70.92 231.88 138.04 -
System Red Green Blue C M Y K H S L
Decimal 85 28 255 0.67 0.89 0 0 255.07 1 0.55
Hex 55 1C FF 43 59 0 0 FF 64 37
Octal 125 34 377 103 131 0 0 377 144 67
Binary 1010101 11100 11111111 1000011 1011001 0 0 11111111 1100100 110111

Color Harmonies of #551CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CFF

Black with #551CFF

Text Example


Text Example

White with #551CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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