Html Css Color HEX #6C40AC Royal Purple

📋 copy color: '#6C40AC'

red 108 ◦ green 64 ◦ blue 172

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

Shades of Royal Purple #6C40AC

Tints of Royal Purple #6C40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

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

R = 31.4%
G = 18.6%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C40AC (or 0x6C40AC) is known color: Royal Purple. HEX triplet: 6C, 40 and AC. RGB value is (108,64,172). Sum of RGB (Red+Green+Blue) = 108+64+172=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C40AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C40AC is #93BF53. Grayscale: #595959. Windows color (decimal): -9682772 or 11288684. OLE color: 11288684.

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

Color convert

RGB 108 64 172 -
CMYK 0.37 0.63 0 0.33
HSL 264.44º 0.46% 0.46% -
HSV(B) 264.44º 0.63% 0.67% -
XYZ 15.46 9.83 40.11 -
YUV 89.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 108 64 172 0.37 0.63 0 0.33 264.44 0.46 0.46
Hex 6C 40 AC 25 3F 0 21 108 2E 2E
Octal 154 100 254 45 77 0 41 410 56 56
Binary 1101100 1000000 10101100 100101 111111 0 100001 100001000 101110 101110

Color Harmonies of #6C40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C40AC

Black with #6C40AC

Text Example


Text Example

White with #6C40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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