Html Css Color HEX #6940AA Royal Purple

📋 copy color: '#6940AA'

red 105 ◦ green 64 ◦ blue 170

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

Shades of Royal Purple #6940AA

Tints of Royal Purple #6940AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 30.97%
G = 18.88%
B = 50.15%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6940AA (or 0x6940AA) is known color: Royal Purple. HEX triplet: 69, 40 and AA. RGB value is (105,64,170). Sum of RGB (Red+Green+Blue) = 105+64+170=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #6940AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6940AA is #96BF55. Grayscale: #575757. Windows color (decimal): -9879382 or 11157609. OLE color: 11157609.

HSL color Cylindrical-coordinate representation of color #6940AA: hue angle of 263.21º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6940AA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 64 170 -
CMYK 0.38 0.62 0 0.33
HSL 263.21º 0.45% 0.46% -
HSV(B) 263.21º 0.62% 0.67% -
XYZ 14.91 9.57 39.09 -
YUV 88.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 105 64 170 0.38 0.62 0 0.33 263.21 0.45 0.46
Hex 69 40 AA 26 3E 0 21 107 2D 2E
Octal 151 100 252 46 76 0 41 407 55 56
Binary 1101001 1000000 10101010 100110 111110 0 100001 100000111 101101 101110

Color Harmonies of #6940AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940AA

Black with #6940AA

Text Example


Text Example

White with #6940AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6940AA; }

 p { color: rgb(105,64,170); }

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

background-color css

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

 a { background-color: rgb(105,64,170); }

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

border-color css

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

 span { border-color: rgb(105,64,170); }

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