Html Css Color HEX #694493 Royal Purple

📋 copy color: '#694493'

red 105 ◦ green 68 ◦ blue 147

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

Shades of Royal Purple #694493

Tints of Royal Purple #694493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.94%

R = 32.81%
G = 21.25%
B = 45.94%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#694493 (or 0x694493) is known color: Royal Purple. HEX triplet: 69, 44 and 93. RGB value is (105,68,147). Sum of RGB (Red+Green+Blue) = 105+68+147=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #694493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694493 is #96BB6C. Grayscale: #575757. Windows color (decimal): -9878381 or 9651305. OLE color: 9651305.

HSL color Cylindrical-coordinate representation of color #694493: hue angle of 268.1º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #694493 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 68 147 -
CMYK 0.29 0.54 0 0.42
HSL 268.1º 0.37% 0.42% -
HSV(B) 268.1º 0.54% 0.58% -
XYZ 13.16 9.24 28.69 -
YUV 88.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 105 68 147 0.29 0.54 0 0.42 268.1 0.37 0.42
Hex 69 44 93 1D 36 0 2A 10C 25 2A
Octal 151 104 223 35 66 0 52 414 45 52
Binary 1101001 1000100 10010011 11101 110110 0 101010 100001100 100101 101010

Color Harmonies of #694493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694493

Black with #694493

Text Example


Text Example

White with #694493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694493; }

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

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

background-color css

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

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

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

border-color css

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

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

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