#671DEC

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

Shades of Han Purple #671DEC

Tints of Han Purple #671DEC

Color information

#671DEC (or 0x671DEC) is unknown color: approx Han Purple. HEX triplet: 67, 1D and EC. RGB value is (103,29,236). Sum of RGB (Red+Green+Blue) = 103+29+236=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #671DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671DEC is #98E213. Grayscale: #494949. Windows color (decimal): -10019348 or 15474023. OLE color: 15474023.

HSL color Cylindrical-coordinate representation of color #671DEC: hue angle of 261.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671DEC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10329236-
CMYK0.560.8800.07
HSL261.45º84.49%51.96%-
HSV(B)261.45º87.71%92.55%-
XYZ21.179.8280.14-
YUV74.72219.02148.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.99%
GREEN value IS 29 (11.72% from 255) = 7.88%
BLUE value IS 236 (92.58% from 255) = 64.13%
R=27.99%
G=7.88%
B=64.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal103292360.560.8800.07261.4584.4951.96
Hex671DEC3858071055434
Octal14735354701300740512464
Binary11001111110111101100111000101100001111000001011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,29,236); }

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

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

 a { background-color: rgb(103,29,236); }

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

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

 span { border-color: rgb(103,29,236); }

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