#671EFC

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

Shades of Han Purple #671EFC

Tints of Han Purple #671EFC

Color information

#671EFC (or 0x671EFC) is unknown color: approx Han Purple. HEX triplet: 67, 1E and FC. RGB value is (103,30,252). Sum of RGB (Red+Green+Blue) = 103+30+252=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #671EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671EFC is #98E103. Grayscale: #4C4C4C. Windows color (decimal): -10019076 or 16522855. OLE color: 16522855.

HSL color Cylindrical-coordinate representation of color #671EFC: hue angle of 259.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671EFC is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10330252-
CMYK0.590.8800.01
HSL259.73º97.37%55.29%-
HSV(B)259.73º88.1%98.82%-
XYZ23.6310.8492.94-
YUV77.13226.68146.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 30 (12.11% from 255) = 7.79%
BLUE value IS 252 (98.83% from 255) = 65.45%
R=26.75%
G=7.79%
B=65.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal103302520.590.8800.01259.7397.3755.29
Hex671EFC3B58011046137
Octal14736374731300140414167
Binary110011111110111111001110111011000011000001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,30,252); }

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

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

 a { background-color: rgb(103,30,252); }

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

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

 span { border-color: rgb(103,30,252); }

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