Html Css Color HEX #6940AC Royal Purple

📋 copy color: '#6940AC'

red 105 ◦ green 64 ◦ blue 172

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

Shades of Royal Purple #6940AC

Tints of Royal Purple #6940AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 30.79%
G = 18.77%
B = 50.44%

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

#6940AC (or 0x6940AC) is known color: Royal Purple. HEX triplet: 69, 40 and AC. RGB value is (105,64,172). Sum of RGB (Red+Green+Blue) = 105+64+172=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6940AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6940AC is #96BF53. Grayscale: #585858. Windows color (decimal): -9879380 or 11288681. OLE color: 11288681.

HSL color Cylindrical-coordinate representation of color #6940AC: hue angle of 262.78º 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 #6940AC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 64 172 -
CMYK 0.39 0.63 0 0.33
HSL 262.78º 0.46% 0.46% -
HSV(B) 262.78º 0.63% 0.67% -
XYZ 15.11 9.65 40.1 -
YUV 88.57 175.08 139.72 -
System Red Green Blue C M Y K H S L
Decimal 105 64 172 0.39 0.63 0 0.33 262.78 0.46 0.46
Hex 69 40 AC 27 3F 0 21 107 2E 2E
Octal 151 100 254 47 77 0 41 407 56 56
Binary 1101001 1000000 10101100 100111 111111 0 100001 100000111 101110 101110

Color Harmonies of #6940AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940AC

Black with #6940AC

Text Example


Text Example

White with #6940AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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