Html Css Color HEX #694094 Royal Purple

📋 copy color: '#694094'

red 105 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #694094

Tints of Royal Purple #694094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 33.12%
G = 20.19%
B = 46.69%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#694094 (or 0x694094) is known color: Royal Purple. HEX triplet: 69, 40 and 94. RGB value is (105,64,148). Sum of RGB (Red+Green+Blue) = 105+64+148=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #694094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694094 is #96BF6B. Grayscale: #555555. Windows color (decimal): -9879404 or 9715817. OLE color: 9715817.

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

Color convert

RGB 105 64 148 -
CMYK 0.29 0.57 0 0.42
HSL 269.29º 0.4% 0.42% -
HSV(B) 269.29º 0.57% 0.58% -
XYZ 13 8.81 29.03 -
YUV 85.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 105 64 148 0.29 0.57 0 0.42 269.29 0.4 0.42
Hex 69 40 94 1D 39 0 2A 10D 28 2A
Octal 151 100 224 35 71 0 52 415 50 52
Binary 1101001 1000000 10010100 11101 111001 0 101010 100001101 101000 101010

Color Harmonies of #694094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694094

Black with #694094

Text Example


Text Example

White with #694094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694094; }

 p { color: rgb(105,64,148); }

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

background-color css

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

 a { background-color: rgb(105,64,148); }

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

border-color css

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

 span { border-color: rgb(105,64,148); }

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