#67026D

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

Shades of Purple #67026D

Tints of Purple #67026D

Color information

#67026D (or 0x67026D) is unknown color: approx Purple. HEX triplet: 67, 02 and 6D. RGB value is (103,2,109). Sum of RGB (Red+Green+Blue) = 103+2+109=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #67026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67026D is #98FD92. Grayscale: #2C2C2C. Windows color (decimal): -10026387 or 7144039. OLE color: 7144039.

HSL color Cylindrical-coordinate representation of color #67026D: hue angle of 296.64º 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 #67026D is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1032109-
CMYK0.060.9800.57
HSL296.64º96.4%21.76%-
HSV(B)296.64º98.17%42.75%-
XYZ8.384.0314.8-
YUV44.4164.46169.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=48.13%
G=0.93%
B=50.93%

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
Decimal10321090.060.9800.57296.6496.421.76
Hex6726D6620391296016
Octal1472155614207145114026
Binary110011110110110111011000100111001100101001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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