Html Css Color HEX #691C99 Royal Purple

📋 copy color: '#691C99'

red 105 ◦ green 28 ◦ blue 153

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

Shades of Royal Purple #691C99

Tints of Royal Purple #691C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

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

R = 36.71%
G = 9.79%
B = 53.5%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#691C99 (or 0x691C99) is known color: Royal Purple. HEX triplet: 69, 1C and 99. RGB value is (105,28,153). Sum of RGB (Red+Green+Blue) = 105+28+153=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #691C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691C99 is #96E366. Grayscale: #404040. Windows color (decimal): -9888615 or 10034281. OLE color: 10034281.

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

Color convert

RGB 105 28 153 -
CMYK 0.31 0.82 0 0.4
HSL 276.96º 0.69% 0.35% -
HSV(B) 276.96º 0.82% 0.6% -
XYZ 11.99 6.13 30.69 -
YUV 65.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 105 28 153 0.31 0.82 0 0.4 276.96 0.69 0.35
Hex 69 1C 99 1F 52 0 28 115 45 23
Octal 151 34 231 37 122 0 50 425 105 43
Binary 1101001 11100 10011001 11111 1010010 0 101000 100010101 1000101 100011

Color Harmonies of #691C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C99

Black with #691C99

Text Example


Text Example

White with #691C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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