#67016F

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

Shades of Purple #67016F

Tints of Purple #67016F

Color information

#67016F (or 0x67016F) is unknown color: approx Purple. HEX triplet: 67, 01 and 6F. RGB value is (103,1,111). Sum of RGB (Red+Green+Blue) = 103+1+111=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #67016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67016F is #98FE90. Grayscale: #2B2B2B. Windows color (decimal): -10026641 or 7274855. OLE color: 7274855.

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

Color convert

RGB1031111-
CMYK0.070.9900.56
HSL295.64º98.21%21.96%-
HSV(B)295.64º99.1%43.53%-
XYZ8.474.0515.37-
YUV44.04165.79170.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=47.91%
G=0.47%
B=51.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10311110.070.9900.56295.6498.2121.96
Hex6716F7630381286216
Octal1471157714307045014226
Binary11001111110111111111000110111000100101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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