#67016B

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

Shades of Purple #67016B

Tints of Purple #67016B

Color information

#67016B (or 0x67016B) is unknown color: approx Purple. HEX triplet: 67, 01 and 6B. RGB value is (103,1,107). Sum of RGB (Red+Green+Blue) = 103+1+107=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #67016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67016B is #98FE94. Grayscale: #2B2B2B. Windows color (decimal): -10026645 or 7012711. OLE color: 7012711.

HSL color Cylindrical-coordinate representation of color #67016B: hue angle of 297.74º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67016B is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1031107-
CMYK0.040.9900.58
HSL297.74º98.15%21.18%-
HSV(B)297.74º99.07%41.96%-
XYZ8.263.9714.24-
YUV43.58163.79170.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.82%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=48.82%
G=0.47%
B=50.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10311070.040.9900.58297.7498.1521.18
Hex6716B46303A12a6215
Octal1471153414307245214225
Binary11001111110101110011000110111010100101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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