#692196

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

Shades of Royal Purple #692196

Tints of Royal Purple #692196

Color information

#692196 (or 0x692196) is unknown color: approx Royal Purple. HEX triplet: 69, 21 and 96. RGB value is (105,33,150). Sum of RGB (Red+Green+Blue) = 105+33+150=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #692196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692196 is #96DE69. Grayscale: #434343. Windows color (decimal): -9887338 or 9838953. OLE color: 9838953.

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

Color convert

RGB10533150-
CMYK0.300.7800.41
HSL276.92º63.93%35.88%-
HSV(B)276.92º78%58.82%-
XYZ11.876.2929.44-
YUV67.87174.35154.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 33 (13.28% from 255) = 11.46%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=36.46%
G=11.46%
B=52.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105331500.300.7800.41276.9263.9335.88
Hex6921961E4E0291154024
Octal151412263611605142510044
Binary11010011000011001011011110100111001010011000101011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692196; }

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

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

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

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

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

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

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

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