#67077A

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

Shades of Purple #67077A

Tints of Purple #67077A

Color information

#67077A (or 0x67077A) is unknown color: approx Purple. HEX triplet: 67, 07 and 7A. RGB value is (103,7,122). Sum of RGB (Red+Green+Blue) = 103+7+122=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #67077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67077A is #98F885. Grayscale: #303030. Windows color (decimal): -10025094 or 7997287. OLE color: 7997287.

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

Color convert

RGB1037122-
CMYK0.160.9400.52
HSL290.09º89.15%25.29%-
HSV(B)290.09º94.26%47.84%-
XYZ9.184.4418.79-
YUV48.81169.3166.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 7 (3.12% from 255) = 3.02%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=44.40%
G=3.02%
B=52.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10371220.160.9400.52290.0989.1525.29
Hex6777A105E0341225919
Octal14771722013606444213131
Binary110011111111110101000010111100110100100100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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