#671BF5

Color #671BF5 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #671BF5

Tints of Han Purple #671BF5

Color information

#671BF5 (or 0x671BF5) is unknown color: approx Han Purple. HEX triplet: 67, 1B and F5. RGB value is (103,27,245). Sum of RGB (Red+Green+Blue) = 103+27+245=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #671BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671BF5 is #98E40A. Grayscale: #494949. Windows color (decimal): -10019851 or 16063335. OLE color: 16063335.

HSL color Cylindrical-coordinate representation of color #671BF5: hue angle of 260.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671BF5 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10327245-
CMYK0.580.8900.04
HSL260.92º91.6%53.33%-
HSV(B)260.92º88.98%96.08%-
XYZ22.4710.2687.18-
YUV74.58224.18148.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 27 (10.94% from 255) = 7.2%
BLUE value IS 245 (96.09% from 255) = 65.33%
R=27.47%
G=7.2%
B=65.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal103272450.580.8900.04260.9291.653.33
Hex671BF53A59041055c35
Octal14733365721310440513465
Binary11001111101111110101111010101100101001000001011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671BF5; }

 p { color: rgb(103,27,245); }

 H1.HeaderClassName
 {
   color: #671BF5;
 }
 .AnyTagClassName
 {
   color: #671BF5;
 }
</style>
background-color css

<style>
 a { background-color: #671BF5; }

 a { background-color: rgb(103,27,245); }

 div.DivClassName
 {
   background-color: #671BF5;
 }
 .BgClassName
 {
   background-color: #671BF5;
 }
</style>
border-color css

<style>
 span { border-color: #671BF5; }

 span { border-color: rgb(103,27,245); }

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