Html Css Color HEX #551FE1 Han Purple

📋 copy color: '#551FE1'

red 85 ◦ green 31 ◦ blue 225

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

Shades of Han Purple #551FE1

Tints of Han Purple #551FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 65.98%

R = 24.93%
G = 9.09%
B = 65.98%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#551FE1 (or 0x551FE1) is known color: Han Purple. HEX triplet: 55, 1F and E1. RGB value is (85,31,225). Sum of RGB (Red+Green+Blue) = 85+31+225=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #551FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FE1 is #AAE01E. Grayscale: #444444. Windows color (decimal): -11198495 or 14753621. OLE color: 14753621.

HSL color Cylindrical-coordinate representation of color #551FE1: hue angle of 256.7º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551FE1 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 31 225 -
CMYK 0.62 0.86 0 0.12
HSL 256.7º 0.76% 0.5% -
HSV(B) 256.7º 0.86% 0.88% -
XYZ 17.83 8.35 71.91 -
YUV 69.26 215.89 139.23 -
System Red Green Blue C M Y K H S L
Decimal 85 31 225 0.62 0.86 0 0.12 256.7 0.76 0.5
Hex 55 1F E1 3E 56 0 C 101 4C 32
Octal 125 37 341 76 126 0 14 401 114 62
Binary 1010101 11111 11100001 111110 1010110 0 1100 100000001 1001100 110010

Color Harmonies of #551FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FE1

Black with #551FE1

Text Example


Text Example

White with #551FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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