#67026E

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

Shades of Purple #67026E

Tints of Purple #67026E

Color information

#67026E (or 0x67026E) is unknown color: approx Purple. HEX triplet: 67, 02 and 6E. RGB value is (103,2,110). Sum of RGB (Red+Green+Blue) = 103+2+110=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #67026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67026E is #98FD91. Grayscale: #2C2C2C. Windows color (decimal): -10026386 or 7209575. OLE color: 7209575.

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

Color convert

RGB1032110-
CMYK0.060.9800.57
HSL296.11º96.43%21.96%-
HSV(B)296.11º98.18%43.14%-
XYZ8.434.0515.09-
YUV44.51164.96169.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=47.91%
G=0.93%
B=51.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10321100.060.9800.57296.1196.4321.96
Hex6726E6620391286016
Octal1472156614207145014026
Binary110011110110111011011000100111001100101000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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