Html Css Color HEX #694799 Royal Purple

📋 copy color: '#694799'

red 105 ◦ green 71 ◦ blue 153

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

Shades of Royal Purple #694799

Tints of Royal Purple #694799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 31.91%
G = 21.58%
B = 46.5%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#694799 (or 0x694799) is known color: Royal Purple. HEX triplet: 69, 47 and 99. RGB value is (105,71,153). Sum of RGB (Red+Green+Blue) = 105+71+153=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #694799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694799 is #96B866. Grayscale: #5A5A5A. Windows color (decimal): -9877607 or 10045289. OLE color: 10045289.

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

Color convert

RGB 105 71 153 -
CMYK 0.31 0.54 0 0.4
HSL 264.88º 0.37% 0.44% -
HSV(B) 264.88º 0.54% 0.6% -
XYZ 13.83 9.81 31.3 -
YUV 90.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 105 71 153 0.31 0.54 0 0.4 264.88 0.37 0.44
Hex 69 47 99 1F 36 0 28 109 25 2C
Octal 151 107 231 37 66 0 50 411 45 54
Binary 1101001 1000111 10011001 11111 110110 0 101000 100001001 100101 101100

Color Harmonies of #694799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694799

Black with #694799

Text Example


Text Example

White with #694799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694799; }

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

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

background-color css

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

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

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

border-color css

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

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

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