Html Css Color HEX #6931A9 Royal Purple

📋 copy color: '#6931A9'

red 105 ◦ green 49 ◦ blue 169

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

Shades of Royal Purple #6931A9

Tints of Royal Purple #6931A9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

 BLUE value IS 169 (66.41% from 255) = 52.32%

R = 32.51%
G = 15.17%
B = 52.32%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6931A9 (or 0x6931A9) is known color: Royal Purple. HEX triplet: 69, 31 and A9. RGB value is (105,49,169). Sum of RGB (Red+Green+Blue) = 105+49+169=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 169 (66.41% from 255 or 52.32% from 323); Max value from RGB is 169 - color contains mainly: blue. Hex color #6931A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6931A9 is #96CE56. Grayscale: #4F4F4F. Windows color (decimal): -9883223 or 11088233. OLE color: 11088233.

HSL color Cylindrical-coordinate representation of color #6931A9: hue angle of 268º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6931A9 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 105 49 169 -
CMYK 0.38 0.71 0 0.34
HSL 268º 0.55% 0.43% -
HSV(B) 268º 0.71% 0.66% -
XYZ 14.09 8.06 38.35 -
YUV 79.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 105 49 169 0.38 0.71 0 0.34 268 0.55 0.43
Hex 69 31 A9 26 47 0 22 10C 37 2B
Octal 151 61 251 46 107 0 42 414 67 53
Binary 1101001 110001 10101001 100110 1000111 0 100010 100001100 110111 101011

Color Harmonies of #6931A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6931A9

Black with #6931A9

Text Example


Text Example

White with #6931A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6931A9; }

 p { color: rgb(105,49,169); }

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

background-color css

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

 a { background-color: rgb(105,49,169); }

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

border-color css

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

 span { border-color: rgb(105,49,169); }

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