Html Css Color HEX #6940AB Royal Purple

📋 copy color: '#6940AB'

red 105 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #6940AB

Tints of Royal Purple #6940AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 30.88%
G = 18.82%
B = 50.29%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6940AB (or 0x6940AB) is known color: Royal Purple. HEX triplet: 69, 40 and AB. RGB value is (105,64,171). Sum of RGB (Red+Green+Blue) = 105+64+171=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6940AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6940AB is #96BF54. Grayscale: #585858. Windows color (decimal): -9879381 or 11223145. OLE color: 11223145.

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

Color convert

RGB 105 64 171 -
CMYK 0.39 0.63 0 0.33
HSL 262.99º 0.46% 0.46% -
HSV(B) 262.99º 0.63% 0.67% -
XYZ 15.01 9.61 39.59 -
YUV 88.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 105 64 171 0.39 0.63 0 0.33 262.99 0.46 0.46
Hex 69 40 AB 27 3F 0 21 107 2E 2E
Octal 151 100 253 47 77 0 41 407 56 56
Binary 1101001 1000000 10101011 100111 111111 0 100001 100000111 101110 101110

Color Harmonies of #6940AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940AB

Black with #6940AB

Text Example


Text Example

White with #6940AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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