#690C72

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

Shades of Purple #690C72

Tints of Purple #690C72

Color information

#690C72 (or 0x690C72) is unknown color: approx Purple. HEX triplet: 69, 0C and 72. RGB value is (105,12,114). Sum of RGB (Red+Green+Blue) = 105+12+114=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #690C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C72 is #96F38D. Grayscale: #333333. Windows color (decimal): -9892750 or 7474281. OLE color: 7474281.

HSL color Cylindrical-coordinate representation of color #690C72: hue angle of 294.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C72 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10512114-
CMYK0.080.8900.55
HSL294.71º80.95%24.71%-
HSV(B)294.71º89.47%44.71%-
XYZ8.994.4816.31-
YUV51.44163.31166.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=45.45%
G=5.19%
B=49.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105121140.080.8900.55294.7180.9524.71
Hex69C728590371275119
Octal151141621013106744712131
Binary110100111001110010100010110010110111100100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690C72; }

 p { color: rgb(105,12,114); }

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

<style>
 a { background-color: #690C72; }

 a { background-color: rgb(105,12,114); }

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

<style>
 span { border-color: #690C72; }

 span { border-color: rgb(105,12,114); }

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