Html Css Color HEX #691999 Royal Purple

📋 copy color: '#691999'

red 105 ◦ green 25 ◦ blue 153

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

Shades of Royal Purple #691999

Tints of Royal Purple #691999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 37.1%
G = 8.83%
B = 54.06%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#691999 (or 0x691999) is known color: Royal Purple. HEX triplet: 69, 19 and 99. RGB value is (105,25,153). Sum of RGB (Red+Green+Blue) = 105+25+153=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #691999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691999 is #96E666. Grayscale: #3F3F3F. Windows color (decimal): -9889383 or 10033513. OLE color: 10033513.

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

Color convert

RGB 105 25 153 -
CMYK 0.31 0.84 0 0.4
HSL 277.5º 0.72% 0.35% -
HSV(B) 277.5º 0.84% 0.6% -
XYZ 11.92 6 30.67 -
YUV 63.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 105 25 153 0.31 0.84 0 0.4 277.5 0.72 0.35
Hex 69 19 99 1F 54 0 28 116 48 23
Octal 151 31 231 37 124 0 50 426 110 43
Binary 1101001 11001 10011001 11111 1010100 0 101000 100010110 1001000 100011

Color Harmonies of #691999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691999

Black with #691999

Text Example


Text Example

White with #691999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691999; }

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

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

background-color css

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

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

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

border-color css

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

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

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