Html Css Color HEX #6846AE Royal Purple

📋 copy color: '#6846AE'

red 104 ◦ green 70 ◦ blue 174

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

Shades of Royal Purple #6846AE

Tints of Royal Purple #6846AE

RGB

 RED value IS 104 (41.02% from 255) = 29.89%

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

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

R = 29.89%
G = 20.11%
B = 50%

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

#6846AE (or 0x6846AE) is known color: Royal Purple. HEX triplet: 68, 46 and AE. RGB value is (104,70,174). Sum of RGB (Red+Green+Blue) = 104+70+174=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #6846AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6846AE is #97B951. Grayscale: #5B5B5B. Windows color (decimal): -9943378 or 11421288. OLE color: 11421288.

HSL color Cylindrical-coordinate representation of color #6846AE: hue angle of 259.62º 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 #6846AE is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 70 174 -
CMYK 0.40 0.60 0 0.32
HSL 259.62º 0.43% 0.48% -
HSV(B) 259.62º 0.6% 0.68% -
XYZ 15.54 10.38 41.23 -
YUV 92.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 104 70 174 0.40 0.60 0 0.32 259.62 0.43 0.48
Hex 68 46 AE 28 3C 0 20 104 2B 30
Octal 150 106 256 50 74 0 40 404 53 60
Binary 1101000 1000110 10101110 101000 111100 0 100000 100000100 101011 110000

Color Harmonies of #6846AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6846AE

Black with #6846AE

Text Example


Text Example

White with #6846AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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