Html Css Color HEX #694697 Royal Purple

📋 copy color: '#694697'

red 105 ◦ green 70 ◦ blue 151

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

Shades of Royal Purple #694697

Tints of Royal Purple #694697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 32.21%
G = 21.47%
B = 46.32%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#694697 (or 0x694697) is known color: Royal Purple. HEX triplet: 69, 46 and 97. RGB value is (105,70,151). Sum of RGB (Red+Green+Blue) = 105+70+151=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #694697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694697 is #96B968. Grayscale: #595959. Windows color (decimal): -9877865 or 9913961. OLE color: 9913961.

HSL color Cylindrical-coordinate representation of color #694697: hue angle of 265.93º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #694697 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 70 151 -
CMYK 0.30 0.54 0 0.41
HSL 265.93º 0.37% 0.43% -
HSV(B) 265.93º 0.54% 0.59% -
XYZ 13.6 9.62 30.42 -
YUV 89.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 105 70 151 0.30 0.54 0 0.41 265.93 0.37 0.43
Hex 69 46 97 1E 36 0 29 10A 25 2B
Octal 151 106 227 36 66 0 51 412 45 53
Binary 1101001 1000110 10010111 11110 110110 0 101001 100001010 100101 101011

Color Harmonies of #694697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694697

Black with #694697

Text Example


Text Example

White with #694697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694697; }

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

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

background-color css

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

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

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

border-color css

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

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

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