Html Css Color HEX #551FFF Han Purple

📋 copy color: '#551FFF'

red 85 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #551FFF

Tints of Han Purple #551FFF

RGB

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

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

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

R = 22.91%
G = 8.36%
B = 68.73%

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

#551FFF (or 0x551FFF) is known color: Han Purple. HEX triplet: 55, 1F and FF. RGB value is (85,31,255). Sum of RGB (Red+Green+Blue) = 85+31+255=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #551FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FFF is #AAE000. Grayscale: #474747. Windows color (decimal): -11198465 or 16719701. OLE color: 16719701.

HSL color Cylindrical-coordinate representation of color #551FFF: hue angle of 254.46º 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 #551FFF is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 31 255 -
CMYK 0.67 0.88 0 0
HSL 254.46º 1% 0.56% -
HSV(B) 254.46º 0.88% 1% -
XYZ 22.29 10.13 95.39 -
YUV 72.68 230.89 136.79 -
System Red Green Blue C M Y K H S L
Decimal 85 31 255 0.67 0.88 0 0 254.46 1 0.56
Hex 55 1F FF 43 58 0 0 FE 64 38
Octal 125 37 377 103 130 0 0 376 144 70
Binary 1010101 11111 11111111 1000011 1011000 0 0 11111110 1100100 111000

Color Harmonies of #551FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FFF

Black with #551FFF

Text Example


Text Example

White with #551FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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