#692195

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

Shades of Royal Purple #692195

Tints of Royal Purple #692195

Color information

#692195 (or 0x692195) is unknown color: approx Royal Purple. HEX triplet: 69, 21 and 95. RGB value is (105,33,149). Sum of RGB (Red+Green+Blue) = 105+33+149=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #692195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692195 is #96DE6A. Grayscale: #434343. Windows color (decimal): -9887339 or 9773417. OLE color: 9773417.

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

Color convert

RGB10533149-
CMYK0.300.7800.42
HSL277.24º63.74%35.69%-
HSV(B)277.24º77.85%58.43%-
XYZ11.796.2629.02-
YUV67.75173.85154.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=36.59%
G=11.50%
B=51.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105331490.300.7800.42277.2463.7435.69
Hex6921951E4E02A1154024
Octal151412253611605242510044
Binary11010011000011001010111110100111001010101000101011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692195; }

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

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

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

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

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

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

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

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