Html Css Color HEX #6946AE Royal Purple

📋 copy color: '#6946AE'

red 105 ◦ green 70 ◦ blue 174

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

Shades of Royal Purple #6946AE

Tints of Royal Purple #6946AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 30.09%
G = 20.06%
B = 49.86%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6946AE (or 0x6946AE) is known color: Royal Purple. HEX triplet: 69, 46 and AE. RGB value is (105,70,174). Sum of RGB (Red+Green+Blue) = 105+70+174=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #6946AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6946AE is #96B951. Grayscale: #5B5B5B. Windows color (decimal): -9877842 or 11421289. OLE color: 11421289.

HSL color Cylindrical-coordinate representation of color #6946AE: hue angle of 260.19º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6946AE is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 70 174 -
CMYK 0.40 0.60 0 0.32
HSL 260.19º 0.43% 0.48% -
HSV(B) 260.19º 0.6% 0.68% -
XYZ 15.66 10.44 41.23 -
YUV 92.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 105 70 174 0.40 0.60 0 0.32 260.19 0.43 0.48
Hex 69 46 AE 28 3C 0 20 104 2B 30
Octal 151 106 256 50 74 0 40 404 53 60
Binary 1101001 1000110 10101110 101000 111100 0 100000 100000100 101011 110000

Color Harmonies of #6946AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946AE

Black with #6946AE

Text Example


Text Example

White with #6946AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6946AE; }

 p { color: rgb(105,70,174); }

 H1.HeaderClassName
 {
   color: #6946AE;
 }
 .AnyTagClassName
 {
   color: #6946AE;
 }
</style>

background-color css

<style>
 a { background-color: #6946AE; }

 a { background-color: rgb(105,70,174); }

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

border-color css

<style>
 span { border-color: #6946AE; }

 span { border-color: rgb(105,70,174); }

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