#690F62

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

Shades of Palatinate Purple #690F62

Tints of Palatinate Purple #690F62

Color information

#690F62 (or 0x690F62) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0F and 62. RGB value is (105,15,98). Sum of RGB (Red+Green+Blue) = 105+15+98=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #690F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F62 is #96F09D. Grayscale: #333333. Windows color (decimal): -9891998 or 6426473. OLE color: 6426473.

HSL color Cylindrical-coordinate representation of color #690F62: hue angle of 304.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F62 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1051598-
CMYK00.860.070.59
HSL304.67º75%23.53%-
HSV(B)304.67º85.71%41.18%-
XYZ8.24.2311.94-
YUV51.37154.32166.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 15 (6.25% from 255) = 6.88%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=48.17%
G=6.88%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105159800.860.070.59304.677523.53
Hex69F6205673B1314b18
Octal15117142012677346111330
Binary11010011111110001001010110111111011100110001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,15,98); }

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

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

 a { background-color: rgb(105,15,98); }

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

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

 span { border-color: rgb(105,15,98); }

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