Html Css Color HEX #551EFF Han Purple

📋 copy color: '#551EFF'

red 85 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #551EFF

Tints of Han Purple #551EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

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

R = 22.97%
G = 8.11%
B = 68.92%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#551EFF (or 0x551EFF) is known color: Han Purple. HEX triplet: 55, 1E and FF. RGB value is (85,30,255). Sum of RGB (Red+Green+Blue) = 85+30+255=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #551EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551EFF is #AAE100. Grayscale: #474747. Windows color (decimal): -11198721 or 16719445. OLE color: 16719445.

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

Color convert

RGB 85 30 255 -
CMYK 0.67 0.88 0 0
HSL 254.67º 1% 0.56% -
HSV(B) 254.67º 0.88% 1% -
XYZ 22.26 10.08 95.38 -
YUV 72.1 231.22 137.2 -
System Red Green Blue C M Y K H S L
Decimal 85 30 255 0.67 0.88 0 0 254.67 1 0.56
Hex 55 1E FF 43 58 0 0 FF 64 38
Octal 125 36 377 103 130 0 0 377 144 70
Binary 1010101 11110 11111111 1000011 1011000 0 0 11111111 1100100 111000

Color Harmonies of #551EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EFF

Black with #551EFF

Text Example


Text Example

White with #551EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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