Html Css Color HEX #694695 Royal Purple

📋 copy color: '#694695'

red 105 ◦ green 70 ◦ blue 149

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

Shades of Royal Purple #694695

Tints of Royal Purple #694695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 32.41%
G = 21.6%
B = 45.99%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#694695 (or 0x694695) is known color: Royal Purple. HEX triplet: 69, 46 and 95. RGB value is (105,70,149). Sum of RGB (Red+Green+Blue) = 105+70+149=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #694695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694695 is #96B96A. Grayscale: #595959. Windows color (decimal): -9877867 or 9782889. OLE color: 9782889.

HSL color Cylindrical-coordinate representation of color #694695: hue angle of 266.58º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694695 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 70 149 -
CMYK 0.30 0.53 0 0.42
HSL 266.58º 0.36% 0.43% -
HSV(B) 266.58º 0.53% 0.58% -
XYZ 13.44 9.55 29.57 -
YUV 89.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 105 70 149 0.30 0.53 0 0.42 266.58 0.36 0.43
Hex 69 46 95 1E 35 0 2A 10B 24 2B
Octal 151 106 225 36 65 0 52 413 44 53
Binary 1101001 1000110 10010101 11110 110101 0 101010 100001011 100100 101011

Color Harmonies of #694695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694695

Black with #694695

Text Example


Text Example

White with #694695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694695; }

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

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

background-color css

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

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

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

border-color css

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

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

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