Html Css Color HEX #694996 Royal Purple

📋 copy color: '#694996'

red 105 ◦ green 73 ◦ blue 150

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

Shades of Royal Purple #694996

Tints of Royal Purple #694996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 32.01%
G = 22.26%
B = 45.73%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#694996 (or 0x694996) is known color: Royal Purple. HEX triplet: 69, 49 and 96. RGB value is (105,73,150). Sum of RGB (Red+Green+Blue) = 105+73+150=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #694996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694996 is #96B669. Grayscale: #5B5B5B. Windows color (decimal): -9877098 or 9849193. OLE color: 9849193.

HSL color Cylindrical-coordinate representation of color #694996: hue angle of 264.94º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694996 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 73 150 -
CMYK 0.30 0.51 0 0.41
HSL 264.94º 0.35% 0.44% -
HSV(B) 264.94º 0.51% 0.59% -
XYZ 13.71 9.97 30.06 -
YUV 91.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 105 73 150 0.30 0.51 0 0.41 264.94 0.35 0.44
Hex 69 49 96 1E 33 0 29 109 23 2C
Octal 151 111 226 36 63 0 51 411 43 54
Binary 1101001 1001001 10010110 11110 110011 0 101001 100001001 100011 101100

Color Harmonies of #694996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694996

Black with #694996

Text Example


Text Example

White with #694996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694996; }

 p { color: rgb(105,73,150); }

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

background-color css

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

 a { background-color: rgb(105,73,150); }

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

border-color css

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

 span { border-color: rgb(105,73,150); }

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