Html Css Color HEX #6841AA Royal Purple

📋 copy color: '#6841AA'

red 104 ◦ green 65 ◦ blue 170

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

Shades of Royal Purple #6841AA

Tints of Royal Purple #6841AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 30.68%
G = 19.17%
B = 50.15%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6841AA (or 0x6841AA) is known color: Royal Purple. HEX triplet: 68, 41 and AA. RGB value is (104,65,170). Sum of RGB (Red+Green+Blue) = 104+65+170=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #6841AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6841AA is #97BE55. Grayscale: #585858. Windows color (decimal): -9944662 or 11157864. OLE color: 11157864.

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

Color convert

RGB 104 65 170 -
CMYK 0.39 0.62 0 0.33
HSL 262.29º 0.45% 0.46% -
HSV(B) 262.29º 0.62% 0.67% -
XYZ 14.85 9.63 39.11 -
YUV 88.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 104 65 170 0.39 0.62 0 0.33 262.29 0.45 0.46
Hex 68 41 AA 27 3E 0 21 106 2D 2E
Octal 150 101 252 47 76 0 41 406 55 56
Binary 1101000 1000001 10101010 100111 111110 0 100001 100000110 101101 101110

Color Harmonies of #6841AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6841AA

Black with #6841AA

Text Example


Text Example

White with #6841AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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