Html Css Color HEX #551FDC Han Purple

📋 copy color: '#551FDC'

red 85 ◦ green 31 ◦ blue 220

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

Shades of Han Purple #551FDC

Tints of Han Purple #551FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 25.3%
G = 9.23%
B = 65.48%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#551FDC (or 0x551FDC) is known color: Han Purple. HEX triplet: 55, 1F and DC. RGB value is (85,31,220). Sum of RGB (Red+Green+Blue) = 85+31+220=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #551FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FDC is #AAE023. Grayscale: #434343. Windows color (decimal): -11198500 or 14425941. OLE color: 14425941.

HSL color Cylindrical-coordinate representation of color #551FDC: hue angle of 257.14º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551FDC is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 31 220 -
CMYK 0.61 0.86 0 0.14
HSL 257.14º 0.75% 0.49% -
HSV(B) 257.14º 0.86% 0.86% -
XYZ 17.15 8.08 68.37 -
YUV 68.69 213.39 139.63 -
System Red Green Blue C M Y K H S L
Decimal 85 31 220 0.61 0.86 0 0.14 257.14 0.75 0.49
Hex 55 1F DC 3D 56 0 E 101 4B 31
Octal 125 37 334 75 126 0 16 401 113 61
Binary 1010101 11111 11011100 111101 1010110 0 1110 100000001 1001011 110001

Color Harmonies of #551FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FDC

Black with #551FDC

Text Example


Text Example

White with #551FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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