Html Css Color HEX #694095 Royal Purple

📋 copy color: '#694095'

red 105 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #694095

Tints of Royal Purple #694095

RGB

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

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

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

R = 33.02%
G = 20.13%
B = 46.86%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#694095 (or 0x694095) is known color: Royal Purple. HEX triplet: 69, 40 and 95. RGB value is (105,64,149). Sum of RGB (Red+Green+Blue) = 105+64+149=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #694095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694095 is #96BF6A. Grayscale: #555555. Windows color (decimal): -9879403 or 9781353. OLE color: 9781353.

HSL color Cylindrical-coordinate representation of color #694095: hue angle of 268.94º 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 #694095 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 64 149 -
CMYK 0.30 0.57 0 0.42
HSL 268.94º 0.4% 0.42% -
HSV(B) 268.94º 0.57% 0.58% -
XYZ 13.08 8.84 29.45 -
YUV 85.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 105 64 149 0.30 0.57 0 0.42 268.94 0.4 0.42
Hex 69 40 95 1E 39 0 2A 10D 28 2A
Octal 151 100 225 36 71 0 52 415 50 52
Binary 1101001 1000000 10010101 11110 111001 0 101010 100001101 101000 101010

Color Harmonies of #694095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694095

Black with #694095

Text Example


Text Example

White with #694095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694095; }

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

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

background-color css

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

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

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

border-color css

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

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

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