Html Css Color HEX #694991 Royal Purple

📋 copy color: '#694991'

red 105 ◦ green 73 ◦ blue 145

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

Shades of Royal Purple #694991

Tints of Royal Purple #694991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 32.51%
G = 22.6%
B = 44.89%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#694991 (or 0x694991) is known color: Royal Purple. HEX triplet: 69, 49 and 91. RGB value is (105,73,145). Sum of RGB (Red+Green+Blue) = 105+73+145=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #694991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694991 is #96B66E. Grayscale: #5A5A5A. Windows color (decimal): -9877103 or 9521513. OLE color: 9521513.

HSL color Cylindrical-coordinate representation of color #694991: hue angle of 266.67º 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 #694991 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 73 145 -
CMYK 0.28 0.50 0 0.43
HSL 266.67º 0.33% 0.43% -
HSV(B) 266.67º 0.5% 0.57% -
XYZ 13.32 9.81 27.98 -
YUV 90.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 105 73 145 0.28 0.50 0 0.43 266.67 0.33 0.43
Hex 69 49 91 1C 32 0 2B 10B 21 2B
Octal 151 111 221 34 62 0 53 413 41 53
Binary 1101001 1001001 10010001 11100 110010 0 101011 100001011 100001 101011

Color Harmonies of #694991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694991

Black with #694991

Text Example


Text Example

White with #694991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694991; }

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

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

background-color css

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

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

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

border-color css

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

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

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