#67047C

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

Shades of Purple #67047C

Tints of Purple #67047C

Color information

#67047C (or 0x67047C) is unknown color: approx Purple. HEX triplet: 67, 04 and 7C. RGB value is (103,4,124). Sum of RGB (Red+Green+Blue) = 103+4+124=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #67047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67047C is #98FB83. Grayscale: #2E2E2E. Windows color (decimal): -10025860 or 8127591. OLE color: 8127591.

HSL color Cylindrical-coordinate representation of color #67047C: hue angle of 289.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67047C is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1034124-
CMYK0.170.9700.51
HSL289.5º93.75%25.1%-
HSV(B)289.5º96.77%48.63%-
XYZ9.284.4319.43-
YUV47.28171.3167.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.59%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=44.59%
G=1.73%
B=53.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10341240.170.9700.51289.593.7525.1
Hex6747C11610331225e19
Octal14741742114106344213631
Binary110011110011111001000111000010110011100100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67047C; }

 p { color: rgb(103,4,124); }

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

<style>
 a { background-color: #67047C; }

 a { background-color: rgb(103,4,124); }

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

<style>
 span { border-color: #67047C; }

 span { border-color: rgb(103,4,124); }

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