Html Css Color HEX #6841AC Royal Purple

📋 copy color: '#6841AC'

red 104 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #6841AC

Tints of Royal Purple #6841AC

RGB

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

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

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

R = 30.5%
G = 19.06%
B = 50.44%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6841AC (or 0x6841AC) is known color: Royal Purple. HEX triplet: 68, 41 and AC. RGB value is (104,65,172). Sum of RGB (Red+Green+Blue) = 104+65+172=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 65 (25.78% from 255 or 19.06% 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 #6841AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6841AC is #97BE53. Grayscale: #585858. Windows color (decimal): -9944660 or 11288936. OLE color: 11288936.

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

Color convert

RGB 104 65 172 -
CMYK 0.40 0.62 0 0.33
HSL 261.87º 0.45% 0.46% -
HSV(B) 261.87º 0.62% 0.67% -
XYZ 15.05 9.7 40.11 -
YUV 88.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 104 65 172 0.40 0.62 0 0.33 261.87 0.45 0.46
Hex 68 41 AC 28 3E 0 21 106 2D 2E
Octal 150 101 254 50 76 0 41 406 55 56
Binary 1101000 1000001 10101100 101000 111110 0 100001 100000110 101101 101110

Color Harmonies of #6841AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6841AC

Black with #6841AC

Text Example


Text Example

White with #6841AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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