Html Css Color HEX #551FE6 Han Purple

📋 copy color: '#551FE6'

red 85 ◦ green 31 ◦ blue 230

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

Shades of Han Purple #551FE6

Tints of Han Purple #551FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 66.47%

R = 24.57%
G = 8.96%
B = 66.47%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#551FE6 (or 0x551FE6) is known color: Han Purple. HEX triplet: 55, 1F and E6. RGB value is (85,31,230). Sum of RGB (Red+Green+Blue) = 85+31+230=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #551FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FE6 is #AAE019. Grayscale: #454545. Windows color (decimal): -11198490 or 15081301. OLE color: 15081301.

HSL color Cylindrical-coordinate representation of color #551FE6: hue angle of 256.28º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551FE6 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 31 230 -
CMYK 0.63 0.87 0 0.10
HSL 256.28º 0.8% 0.51% -
HSV(B) 256.28º 0.87% 0.9% -
XYZ 18.52 8.62 75.55 -
YUV 69.83 218.39 138.82 -
System Red Green Blue C M Y K H S L
Decimal 85 31 230 0.63 0.87 0 0.10 256.28 0.8 0.51
Hex 55 1F E6 3F 57 0 A 100 50 33
Octal 125 37 346 77 127 0 12 400 120 63
Binary 1010101 11111 11100110 111111 1010111 0 1010 100000000 1010000 110011

Color Harmonies of #551FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FE6

Black with #551FE6

Text Example


Text Example

White with #551FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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