Html Css Color HEX #694790 Royal Purple

📋 copy color: '#694790'

red 105 ◦ green 71 ◦ blue 144

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

Shades of Royal Purple #694790

Tints of Royal Purple #694790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 32.81%
G = 22.19%
B = 45%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#694790 (or 0x694790) is known color: Royal Purple. HEX triplet: 69, 47 and 90. RGB value is (105,71,144). Sum of RGB (Red+Green+Blue) = 105+71+144=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #694790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694790 is #96B86F. Grayscale: #595959. Windows color (decimal): -9877616 or 9455465. OLE color: 9455465.

HSL color Cylindrical-coordinate representation of color #694790: hue angle of 267.95º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694790 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 71 144 -
CMYK 0.27 0.51 0 0.44
HSL 267.95º 0.34% 0.42% -
HSV(B) 267.95º 0.51% 0.56% -
XYZ 13.11 9.52 27.53 -
YUV 89.49 158.76 139.06 -
System Red Green Blue C M Y K H S L
Decimal 105 71 144 0.27 0.51 0 0.44 267.95 0.34 0.42
Hex 69 47 90 1B 33 0 2C 10C 22 2A
Octal 151 107 220 33 63 0 54 414 42 52
Binary 1101001 1000111 10010000 11011 110011 0 101100 100001100 100010 101010

Color Harmonies of #694790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694790

Black with #694790

Text Example


Text Example

White with #694790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694790; }

 p { color: rgb(105,71,144); }

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

background-color css

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

 a { background-color: rgb(105,71,144); }

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

border-color css

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

 span { border-color: rgb(105,71,144); }

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