Html Css Color HEX #6841AD Royal Purple

📋 copy color: '#6841AD'

red 104 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #6841AD

Tints of Royal Purple #6841AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

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

R = 30.41%
G = 19.01%
B = 50.58%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6841AD (or 0x6841AD) is known color: Royal Purple. HEX triplet: 68, 41 and AD. RGB value is (104,65,173). Sum of RGB (Red+Green+Blue) = 104+65+173=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 65 (25.78% from 255 or 19.01% 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 #6841AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6841AD is #97BE52. Grayscale: #585858. Windows color (decimal): -9944659 or 11354472. OLE color: 11354472.

HSL color Cylindrical-coordinate representation of color #6841AD: hue angle of 261.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6841AD is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 65 173 -
CMYK 0.40 0.62 0 0.32
HSL 261.67º 0.45% 0.47% -
HSV(B) 261.67º 0.62% 0.68% -
XYZ 15.14 9.74 40.62 -
YUV 88.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 104 65 173 0.40 0.62 0 0.32 261.67 0.45 0.47
Hex 68 41 AD 28 3E 0 20 106 2D 2F
Octal 150 101 255 50 76 0 40 406 55 57
Binary 1101000 1000001 10101101 101000 111110 0 100000 100000110 101101 101111

Color Harmonies of #6841AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6841AD

Black with #6841AD

Text Example


Text Example

White with #6841AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,65,173); }

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

background-color css

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

 a { background-color: rgb(104,65,173); }

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

border-color css

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

 span { border-color: rgb(104,65,173); }

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