Html Css Color HEX #692999 Royal Purple

📋 copy color: '#692999'

red 105 ◦ green 41 ◦ blue 153

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

Shades of Royal Purple #692999

Tints of Royal Purple #692999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 35.12%
G = 13.71%
B = 51.17%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#692999 (or 0x692999) is known color: Royal Purple. HEX triplet: 69, 29 and 99. RGB value is (105,41,153). Sum of RGB (Red+Green+Blue) = 105+41+153=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #692999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692999 is #96D666. Grayscale: #484848. Windows color (decimal): -9885287 or 10037609. OLE color: 10037609.

HSL color Cylindrical-coordinate representation of color #692999: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #692999 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 41 153 -
CMYK 0.31 0.73 0 0.4
HSL 274.29º 0.58% 0.38% -
HSV(B) 274.29º 0.73% 0.6% -
XYZ 12.37 6.89 30.81 -
YUV 72.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 105 41 153 0.31 0.73 0 0.4 274.29 0.58 0.38
Hex 69 29 99 1F 49 0 28 112 3A 26
Octal 151 51 231 37 111 0 50 422 72 46
Binary 1101001 101001 10011001 11111 1001001 0 101000 100010010 111010 100110

Color Harmonies of #692999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692999

Black with #692999

Text Example


Text Example

White with #692999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692999; }

 p { color: rgb(105,41,153); }

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

background-color css

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

 a { background-color: rgb(105,41,153); }

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

border-color css

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

 span { border-color: rgb(105,41,153); }

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