#692DAC

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

Shades of Royal Purple #692DAC

Tints of Royal Purple #692DAC

Color information

#692DAC (or 0x692DAC) is unknown color: approx Royal Purple. HEX triplet: 69, 2D and AC. RGB value is (105,45,172). Sum of RGB (Red+Green+Blue) = 105+45+172=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #692DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692DAC is #96D253. Grayscale: #4C4C4C. Windows color (decimal): -9884244 or 11283817. OLE color: 11283817.

HSL color Cylindrical-coordinate representation of color #692DAC: hue angle of 268.35º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #692DAC is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10545172-
CMYK0.390.7400.33
HSL268.35º58.53%42.55%-
HSV(B)268.35º73.84%67.45%-
XYZ14.217.8639.8-
YUV77.42181.38147.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 172 (67.58% from 255) = 53.42%
R=32.61%
G=13.98%
B=53.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105451720.390.7400.33268.3558.5342.55
Hex692DAC274A02110c3b2b
Octal15155254471120414147353
Binary11010011011011010110010011110010100100001100001100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692DAC; }

 p { color: rgb(105,45,172); }

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

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

 a { background-color: rgb(105,45,172); }

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

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

 span { border-color: rgb(105,45,172); }

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