Html Css Color HEX #694699 Royal Purple

📋 copy color: '#694699'

red 105 ◦ green 70 ◦ blue 153

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

Shades of Royal Purple #694699

Tints of Royal Purple #694699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

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

R = 32.01%
G = 21.34%
B = 46.65%

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

#694699 (or 0x694699) is known color: Royal Purple. HEX triplet: 69, 46 and 99. RGB value is (105,70,153). Sum of RGB (Red+Green+Blue) = 105+70+153=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #694699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694699 is #96B966. Grayscale: #595959. Windows color (decimal): -9877863 or 10045033. OLE color: 10045033.

HSL color Cylindrical-coordinate representation of color #694699: hue angle of 265.3º 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 #694699 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 70 153 -
CMYK 0.31 0.54 0 0.4
HSL 265.3º 0.37% 0.44% -
HSV(B) 265.3º 0.54% 0.6% -
XYZ 13.77 9.68 31.28 -
YUV 89.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 105 70 153 0.31 0.54 0 0.4 265.3 0.37 0.44
Hex 69 46 99 1F 36 0 28 109 25 2C
Octal 151 106 231 37 66 0 50 411 45 54
Binary 1101001 1000110 10011001 11111 110110 0 101000 100001001 100101 101100

Color Harmonies of #694699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694699

Black with #694699

Text Example


Text Example

White with #694699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694699; }

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

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

background-color css

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

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

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

border-color css

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

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

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