#6A0C74

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

Shades of Purple #6A0C74

Tints of Purple #6A0C74

Color information

#6A0C74 (or 0x6A0C74) is unknown color: approx Purple. HEX triplet: 6A, 0C and 74. RGB value is (106,12,116). Sum of RGB (Red+Green+Blue) = 106+12+116=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A0C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0C74 is #95F38B. Grayscale: #333333. Windows color (decimal): -9827212 or 7605354. OLE color: 7605354.

HSL color Cylindrical-coordinate representation of color #6A0C74: hue angle of 294.23º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0C74 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10612116-
CMYK0.090.9000.55
HSL294.23º81.25%25.1%-
HSV(B)294.23º89.66%45.49%-
XYZ9.234.5916.92-
YUV51.96164.14166.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.30%
GREEN value IS 12 (5.08% from 255) = 5.13%
BLUE value IS 116 (45.70% from 255) = 49.57%
R=45.30%
G=5.13%
B=49.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106121160.090.9000.55294.2381.2525.1
Hex6AC7495A0371265119
Octal152141641113206744612131
Binary110101011001110100100110110100110111100100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A0C74; }

 p { color: rgb(106,12,116); }

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

<style>
 a { background-color: #6A0C74; }

 a { background-color: rgb(106,12,116); }

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

<style>
 span { border-color: #6A0C74; }

 span { border-color: rgb(106,12,116); }

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