Html Css Color HEX #6C2AAC Royal Purple

📋 copy color: '#6C2AAC'

red 108 ◦ green 42 ◦ blue 172

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

Shades of Royal Purple #6C2AAC

Tints of Royal Purple #6C2AAC

RGB

 RED value IS 108 (42.58% from 255) = 33.54%

 GREEN value IS 42 (16.8% from 255) = 13.04%

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

R = 33.54%
G = 13.04%
B = 53.42%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C2AAC (or 0x6C2AAC) is known color: Royal Purple. HEX triplet: 6C, 2A and AC. RGB value is (108,42,172). Sum of RGB (Red+Green+Blue) = 108+42+172=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C2AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2AAC is #93D553. Grayscale: #4C4C4C. Windows color (decimal): -9688404 or 11283052. OLE color: 11283052.

HSL color Cylindrical-coordinate representation of color #6C2AAC: hue angle of 270.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C2AAC is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 42 172 -
CMYK 0.37 0.76 0 0.33
HSL 270.46º 0.61% 0.42% -
HSV(B) 270.46º 0.76% 0.67% -
XYZ 14.46 7.82 39.78 -
YUV 76.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 108 42 172 0.37 0.76 0 0.33 270.46 0.61 0.42
Hex 6C 2A AC 25 4C 0 21 10E 3D 2A
Octal 154 52 254 45 114 0 41 416 75 52
Binary 1101100 101010 10101100 100101 1001100 0 100001 100001110 111101 101010

Color Harmonies of #6C2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2AAC

Black with #6C2AAC

Text Example


Text Example

White with #6C2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C2AAC; }

 p { color: rgb(108,42,172); }

 H1.HeaderClassName
 {
   color: #6C2AAC;
 }
 .AnyTagClassName
 {
   color: #6C2AAC;
 }
</style>

background-color css

<style>
 a { background-color: #6C2AAC; }

 a { background-color: rgb(108,42,172); }

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

border-color css

<style>
 span { border-color: #6C2AAC; }

 span { border-color: rgb(108,42,172); }

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