#67016E

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

Shades of Purple #67016E

Tints of Purple #67016E

Color information

#67016E (or 0x67016E) is unknown color: approx Purple. HEX triplet: 67, 01 and 6E. RGB value is (103,1,110). Sum of RGB (Red+Green+Blue) = 103+1+110=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #67016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67016E is #98FE91. Grayscale: #2B2B2B. Windows color (decimal): -10026642 or 7209319. OLE color: 7209319.

HSL color Cylindrical-coordinate representation of color #67016E: hue angle of 296.15º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67016E is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1031110-
CMYK0.060.9900.57
HSL296.15º98.2%21.76%-
HSV(B)296.15º99.09%43.14%-
XYZ8.424.0315.09-
YUV43.92165.29170.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=48.13%
G=0.47%
B=51.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10311100.060.9900.57296.1598.221.76
Hex6716E6630391286216
Octal1471156614307145014226
Binary11001111110111011011000110111001100101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67016E; }

 p { color: rgb(103,1,110); }

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

<style>
 a { background-color: #67016E; }

 a { background-color: rgb(103,1,110); }

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

<style>
 span { border-color: #67016E; }

 span { border-color: rgb(103,1,110); }

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