#671CEA

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

Shades of Han Purple #671CEA

Tints of Han Purple #671CEA

Color information

#671CEA (or 0x671CEA) is unknown color: approx Han Purple. HEX triplet: 67, 1C and EA. RGB value is (103,28,234). Sum of RGB (Red+Green+Blue) = 103+28+234=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #671CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671CEA is #98E315. Grayscale: #494949. Windows color (decimal): -10019606 or 15342695. OLE color: 15342695.

HSL color Cylindrical-coordinate representation of color #671CEA: hue angle of 261.84º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671CEA is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10328234-
CMYK0.560.8800.08
HSL261.84º83.06%51.37%-
HSV(B)261.84º88.03%91.76%-
XYZ20.869.6578.61-
YUV73.91218.35148.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 28 (11.33% from 255) = 7.67%
BLUE value IS 234 (91.80% from 255) = 64.11%
R=28.22%
G=7.67%
B=64.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal103282340.560.8800.08261.8483.0651.37
Hex671CEA3858081065333
Octal147343527013001040612363
Binary110011111100111010101110001011000010001000001101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,28,234); }

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

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

 a { background-color: rgb(103,28,234); }

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

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

 span { border-color: rgb(103,28,234); }

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