Html Css Color HEX #694291 Royal Purple

📋 copy color: '#694291'

red 105 ◦ green 66 ◦ blue 145

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

Shades of Royal Purple #694291

Tints of Royal Purple #694291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

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

R = 33.23%
G = 20.89%
B = 45.89%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#694291 (or 0x694291) is known color: Royal Purple. HEX triplet: 69, 42 and 91. RGB value is (105,66,145). Sum of RGB (Red+Green+Blue) = 105+66+145=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #694291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694291 is #96BD6E. Grayscale: #565656. Windows color (decimal): -9878895 or 9519721. OLE color: 9519721.

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

Color convert

RGB 105 66 145 -
CMYK 0.28 0.54 0 0.43
HSL 269.62º 0.37% 0.41% -
HSV(B) 269.62º 0.54% 0.57% -
XYZ 12.88 8.94 27.84 -
YUV 86.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 105 66 145 0.28 0.54 0 0.43 269.62 0.37 0.41
Hex 69 42 91 1C 36 0 2B 10E 25 29
Octal 151 102 221 34 66 0 53 416 45 51
Binary 1101001 1000010 10010001 11100 110110 0 101011 100001110 100101 101001

Color Harmonies of #694291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694291

Black with #694291

Text Example


Text Example

White with #694291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694291; }

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

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

background-color css

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

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

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

border-color css

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

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

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