#67127A

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

Shades of Purple #67127A

Tints of Purple #67127A

Color information

#67127A (or 0x67127A) is unknown color: approx Purple. HEX triplet: 67, 12 and 7A. RGB value is (103,18,122). Sum of RGB (Red+Green+Blue) = 103+18+122=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #67127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67127A is #98ED85. Grayscale: #363636. Windows color (decimal): -10022278 or 8000103. OLE color: 8000103.

HSL color Cylindrical-coordinate representation of color #67127A: hue angle of 289.04º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67127A is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10318122-
CMYK0.160.8500.52
HSL289.04º74.29%27.45%-
HSV(B)289.04º85.25%47.84%-
XYZ9.324.7218.83-
YUV55.27165.66162.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.39%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=42.39%
G=7.41%
B=50.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal103181220.160.8500.52289.0474.2927.45
Hex67127A10550341214a1b
Octal147221722012506444111233
Binary11001111001011110101000010101010110100100100001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,18,122); }

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

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

 a { background-color: rgb(103,18,122); }

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

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

 span { border-color: rgb(103,18,122); }

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