Html Css Color HEX #694895 Royal Purple

📋 copy color: '#694895'

red 105 ◦ green 72 ◦ blue 149

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

Shades of Royal Purple #694895

Tints of Royal Purple #694895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 32.21%
G = 22.09%
B = 45.71%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#694895 (or 0x694895) is known color: Royal Purple. HEX triplet: 69, 48 and 95. RGB value is (105,72,149). Sum of RGB (Red+Green+Blue) = 105+72+149=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #694895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694895 is #96B76A. Grayscale: #5A5A5A. Windows color (decimal): -9877355 or 9783401. OLE color: 9783401.

HSL color Cylindrical-coordinate representation of color #694895: hue angle of 265.71º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #694895 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 72 149 -
CMYK 0.30 0.52 0 0.42
HSL 265.71º 0.35% 0.43% -
HSV(B) 265.71º 0.52% 0.58% -
XYZ 13.57 9.81 29.61 -
YUV 90.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 105 72 149 0.30 0.52 0 0.42 265.71 0.35 0.43
Hex 69 48 95 1E 34 0 2A 10A 23 2B
Octal 151 110 225 36 64 0 52 412 43 53
Binary 1101001 1001000 10010101 11110 110100 0 101010 100001010 100011 101011

Color Harmonies of #694895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694895

Black with #694895

Text Example


Text Example

White with #694895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694895; }

 p { color: rgb(105,72,149); }

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

background-color css

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

 a { background-color: rgb(105,72,149); }

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

border-color css

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

 span { border-color: rgb(105,72,149); }

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