Html Css Color HEX #694490 Royal Purple

📋 copy color: '#694490'

red 105 ◦ green 68 ◦ blue 144

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

Shades of Royal Purple #694490

Tints of Royal Purple #694490

RGB

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

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

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

R = 33.12%
G = 21.45%
B = 45.43%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#694490 (or 0x694490) is known color: Royal Purple. HEX triplet: 69, 44 and 90. RGB value is (105,68,144). Sum of RGB (Red+Green+Blue) = 105+68+144=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #694490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694490 is #96BB6F. Grayscale: #575757. Windows color (decimal): -9878384 or 9454697. OLE color: 9454697.

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

Color convert

RGB 105 68 144 -
CMYK 0.27 0.53 0 0.44
HSL 269.21º 0.36% 0.42% -
HSV(B) 269.21º 0.53% 0.56% -
XYZ 12.93 9.15 27.47 -
YUV 87.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 105 68 144 0.27 0.53 0 0.44 269.21 0.36 0.42
Hex 69 44 90 1B 35 0 2C 10D 24 2A
Octal 151 104 220 33 65 0 54 415 44 52
Binary 1101001 1000100 10010000 11011 110101 0 101100 100001101 100100 101010

Color Harmonies of #694490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694490

Black with #694490

Text Example


Text Example

White with #694490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694490; }

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

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

background-color css

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

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

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

border-color css

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

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

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