Html Css Color HEX #694491 Royal Purple

📋 copy color: '#694491'

red 105 ◦ green 68 ◦ blue 145

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

Shades of Royal Purple #694491

Tints of Royal Purple #694491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.38%

 BLUE value IS 145 (57.03% from 255) = 45.6%

R = 33.02%
G = 21.38%
B = 45.6%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#694491 (or 0x694491) is known color: Royal Purple. HEX triplet: 69, 44 and 91. RGB value is (105,68,145). Sum of RGB (Red+Green+Blue) = 105+68+145=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #694491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694491 is #96BB6E. Grayscale: #575757. Windows color (decimal): -9878383 or 9520233. OLE color: 9520233.

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

Color convert

RGB 105 68 145 -
CMYK 0.28 0.53 0 0.43
HSL 268.83º 0.36% 0.42% -
HSV(B) 268.83º 0.53% 0.57% -
XYZ 13 9.18 27.87 -
YUV 87.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 105 68 145 0.28 0.53 0 0.43 268.83 0.36 0.42
Hex 69 44 91 1C 35 0 2B 10D 24 2A
Octal 151 104 221 34 65 0 53 415 44 52
Binary 1101001 1000100 10010001 11100 110101 0 101011 100001101 100100 101010

Color Harmonies of #694491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694491

Black with #694491

Text Example


Text Example

White with #694491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694491; }

 p { color: rgb(105,68,145); }

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

background-color css

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

 a { background-color: rgb(105,68,145); }

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

border-color css

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

 span { border-color: rgb(105,68,145); }

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