#67076A

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

Shades of Purple #67076A

Tints of Purple #67076A

Color information

#67076A (or 0x67076A) is unknown color: approx Purple. HEX triplet: 67, 07 and 6A. RGB value is (103,7,106). Sum of RGB (Red+Green+Blue) = 103+7+106=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #67076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67076A is #98F895. Grayscale: #2E2E2E. Windows color (decimal): -10025110 or 6948711. OLE color: 6948711.

HSL color Cylindrical-coordinate representation of color #67076A: hue angle of 298.18º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67076A is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1037106-
CMYK0.030.9300.58
HSL298.18º87.61%22.16%-
HSV(B)298.18º93.4%41.57%-
XYZ8.274.0813.99-
YUV46.99161.3167.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.69%
GREEN value IS 7 (3.12% from 255) = 3.24%
BLUE value IS 106 (41.80% from 255) = 49.07%
R=47.69%
G=3.24%
B=49.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10371060.030.9300.58298.1887.6122.16
Hex6776A35D03A12a5816
Octal1477152313507245213026
Binary110011111111010101110111010111010100101010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67076A; }

 p { color: rgb(103,7,106); }

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

<style>
 a { background-color: #67076A; }

 a { background-color: rgb(103,7,106); }

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

<style>
 span { border-color: #67076A; }

 span { border-color: rgb(103,7,106); }

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