Html Css Color HEX #694899 Royal Purple

📋 copy color: '#694899'

red 105 ◦ green 72 ◦ blue 153

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

Shades of Royal Purple #694899

Tints of Royal Purple #694899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 31.82%
G = 21.82%
B = 46.36%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#694899 (or 0x694899) is known color: Royal Purple. HEX triplet: 69, 48 and 99. RGB value is (105,72,153). Sum of RGB (Red+Green+Blue) = 105+72+153=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #694899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694899 is #96B766. Grayscale: #5A5A5A. Windows color (decimal): -9877351 or 10045545. OLE color: 10045545.

HSL color Cylindrical-coordinate representation of color #694899: hue angle of 264.44º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694899 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 72 153 -
CMYK 0.31 0.53 0 0.4
HSL 264.44º 0.36% 0.44% -
HSV(B) 264.44º 0.53% 0.6% -
XYZ 13.89 9.94 31.32 -
YUV 91.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 105 72 153 0.31 0.53 0 0.4 264.44 0.36 0.44
Hex 69 48 99 1F 35 0 28 108 24 2C
Octal 151 110 231 37 65 0 50 410 44 54
Binary 1101001 1001000 10011001 11111 110101 0 101000 100001000 100100 101100

Color Harmonies of #694899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694899

Black with #694899

Text Example


Text Example

White with #694899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694899; }

 p { color: rgb(105,72,153); }

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

background-color css

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

 a { background-color: rgb(105,72,153); }

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

border-color css

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

 span { border-color: rgb(105,72,153); }

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