Html Css Color HEX #6940AD Royal Purple

📋 copy color: '#6940AD'

red 105 ◦ green 64 ◦ blue 173

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

Shades of Royal Purple #6940AD

Tints of Royal Purple #6940AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 30.7%
G = 18.71%
B = 50.58%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6940AD (or 0x6940AD) is known color: Royal Purple. HEX triplet: 69, 40 and AD. RGB value is (105,64,173). Sum of RGB (Red+Green+Blue) = 105+64+173=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #6940AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6940AD is #96BF52. Grayscale: #585858. Windows color (decimal): -9879379 or 11354217. OLE color: 11354217.

HSL color Cylindrical-coordinate representation of color #6940AD: hue angle of 262.57º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6940AD is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 64 173 -
CMYK 0.39 0.63 0 0.32
HSL 262.57º 0.46% 0.46% -
HSV(B) 262.57º 0.63% 0.68% -
XYZ 15.2 9.69 40.6 -
YUV 88.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 105 64 173 0.39 0.63 0 0.32 262.57 0.46 0.46
Hex 69 40 AD 27 3F 0 20 107 2E 2E
Octal 151 100 255 47 77 0 40 407 56 56
Binary 1101001 1000000 10101101 100111 111111 0 100000 100000111 101110 101110

Color Harmonies of #6940AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940AD

Black with #6940AD

Text Example


Text Example

White with #6940AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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