Html Css Color HEX #694992 Royal Purple

📋 copy color: '#694992'

red 105 ◦ green 73 ◦ blue 146

#694992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #694992

Tints of Royal Purple #694992

RGB

 RED value IS 105 (41.41% from 255) = 32.41%

 GREEN value IS 73 (28.91% from 255) = 22.53%

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 32.41%
G = 22.53%
B = 45.06%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#694992 (or 0x694992) is known color: Royal Purple. HEX triplet: 69, 49 and 92. RGB value is (105,73,146). Sum of RGB (Red+Green+Blue) = 105+73+146=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #694992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694992 is #96B66D. Grayscale: #5A5A5A. Windows color (decimal): -9877102 or 9587049. OLE color: 9587049.

HSL color Cylindrical-coordinate representation of color #694992: hue angle of 266.3º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694992 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 73 146 -
CMYK 0.28 0.5 0 0.43
HSL 266.3º 0.33% 0.43% -
HSV(B) 266.3º 0.5% 0.57% -
XYZ 13.4 9.84 28.39 -
YUV 90.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 105 73 146 0.28 0.5 0 0.43 266.3 0.33 0.43
Hex 69 49 92 1C 32 0 2B 10A 21 2B
Octal 151 111 222 34 62 0 53 412 41 53
Binary 1101001 1001001 10010010 11100 110010 0 101011 100001010 100001 101011

Color Harmonies of #694992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694992

Black with #694992

Text Example


Text Example

White with #694992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694992; }

 p { color: rgb(105,73,146); }

 H1.HeaderClassName
 {
   color: #694992;
 }
 .AnyTagClassName
 {
   color: #694992;
 }
</style>

background-color css

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

 a { background-color: rgb(105,73,146); }

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

border-color css

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

 span { border-color: rgb(105,73,146); }

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