#690271

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

Shades of Purple #690271

Tints of Purple #690271

Color information

#690271 (or 0x690271) is unknown color: approx Purple. HEX triplet: 69, 02 and 71. RGB value is (105,2,113). Sum of RGB (Red+Green+Blue) = 105+2+113=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #690271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690271 is #96FD8E. Grayscale: #2D2D2D. Windows color (decimal): -9895311 or 7406185. OLE color: 7406185.

HSL color Cylindrical-coordinate representation of color #690271: hue angle of 295.68º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690271 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1052113-
CMYK0.070.9800.56
HSL295.68º96.52%22.55%-
HSV(B)295.68º98.23%44.31%-
XYZ8.834.2415.98-
YUV45.45166.12170.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=47.73%
G=0.91%
B=51.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10521130.070.9800.56295.6896.5222.55
Hex692717620381286117
Octal1512161714207045014127
Binary110100110111000111111000100111000100101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690271; }

 p { color: rgb(105,2,113); }

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

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

 a { background-color: rgb(105,2,113); }

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

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

 span { border-color: rgb(105,2,113); }

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