#67026F

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

Shades of Purple #67026F

Tints of Purple #67026F

Color information

#67026F (or 0x67026F) is unknown color: approx Purple. HEX triplet: 67, 02 and 6F. RGB value is (103,2,111). Sum of RGB (Red+Green+Blue) = 103+2+111=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #67026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67026F is #98FD90. Grayscale: #2C2C2C. Windows color (decimal): -10026385 or 7275111. OLE color: 7275111.

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

Color convert

RGB1032111-
CMYK0.070.9800.56
HSL295.6º96.46%22.16%-
HSV(B)295.6º98.2%43.53%-
XYZ8.484.0715.38-
YUV44.62165.46169.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.69%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=47.69%
G=0.93%
B=51.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10321110.070.9800.56295.696.4622.16
Hex6726F7620381286016
Octal1472157714207045014026
Binary110011110110111111111000100111000100101000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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