Html Css Color HEX #694692 Royal Purple

📋 copy color: '#694692'

red 105 ◦ green 70 ◦ blue 146

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

Shades of Royal Purple #694692

Tints of Royal Purple #694692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 32.71%
G = 21.81%
B = 45.48%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#694692 (or 0x694692) is known color: Royal Purple. HEX triplet: 69, 46 and 92. RGB value is (105,70,146). Sum of RGB (Red+Green+Blue) = 105+70+146=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #694692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694692 is #96B96D. Grayscale: #585858. Windows color (decimal): -9877870 or 9586281. OLE color: 9586281.

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

Color convert

RGB 105 70 146 -
CMYK 0.28 0.52 0 0.43
HSL 267.63º 0.35% 0.42% -
HSV(B) 267.63º 0.52% 0.57% -
XYZ 13.2 9.46 28.32 -
YUV 89.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 105 70 146 0.28 0.52 0 0.43 267.63 0.35 0.42
Hex 69 46 92 1C 34 0 2B 10C 23 2A
Octal 151 106 222 34 64 0 53 414 43 52
Binary 1101001 1000110 10010010 11100 110100 0 101011 100001100 100011 101010

Color Harmonies of #694692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694692

Black with #694692

Text Example


Text Example

White with #694692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694692; }

 p { color: rgb(105,70,146); }

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

background-color css

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

 a { background-color: rgb(105,70,146); }

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

border-color css

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

 span { border-color: rgb(105,70,146); }

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