#692695

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

Shades of Royal Purple #692695

Tints of Royal Purple #692695

Color information

#692695 (or 0x692695) is unknown color: approx Royal Purple. HEX triplet: 69, 26 and 95. RGB value is (105,38,149). Sum of RGB (Red+Green+Blue) = 105+38+149=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #692695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692695 is #96D96A. Grayscale: #464646. Windows color (decimal): -9886059 or 9774697. OLE color: 9774697.

HSL color Cylindrical-coordinate representation of color #692695: hue angle of 276.22º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #692695 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10538149-
CMYK0.300.7400.42
HSL276.22º59.36%36.67%-
HSV(B)276.22º74.5%58.43%-
XYZ11.946.5629.07-
YUV70.69172.2152.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=35.96%
G=13.01%
B=51.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105381490.300.7400.42276.2259.3636.67
Hex6926951E4A02A1143b25
Octal15146225361120524247345
Binary1101001100110100101011111010010100101010100010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692695; }

 p { color: rgb(105,38,149); }

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

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

 a { background-color: rgb(105,38,149); }

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

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

 span { border-color: rgb(105,38,149); }

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