Html Css Color HEX #691998 Royal Purple

📋 copy color: '#691998'

red 105 ◦ green 25 ◦ blue 152

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

Shades of Royal Purple #691998

Tints of Royal Purple #691998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.9%

R = 37.23%
G = 8.87%
B = 53.9%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#691998 (or 0x691998) is known color: Royal Purple. HEX triplet: 69, 19 and 98. RGB value is (105,25,152). Sum of RGB (Red+Green+Blue) = 105+25+152=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #691998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691998 is #96E667. Grayscale: #3E3E3E. Windows color (decimal): -9889384 or 9967977. OLE color: 9967977.

HSL color Cylindrical-coordinate representation of color #691998: hue angle of 277.8º 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 #691998 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 25 152 -
CMYK 0.31 0.84 0 0.40
HSL 277.8º 0.72% 0.35% -
HSV(B) 277.8º 0.84% 0.6% -
XYZ 11.84 5.97 30.23 -
YUV 63.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 105 25 152 0.31 0.84 0 0.40 277.8 0.72 0.35
Hex 69 19 98 1F 54 0 28 116 48 23
Octal 151 31 230 37 124 0 50 426 110 43
Binary 1101001 11001 10011000 11111 1010100 0 101000 100010110 1001000 100011

Color Harmonies of #691998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691998

Black with #691998

Text Example


Text Example

White with #691998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691998; }

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

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

background-color css

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

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

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

border-color css

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

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

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