Html Css Color HEX #6C3EAC Royal Purple

📋 copy color: '#6C3EAC'

red 108 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #6C3EAC

Tints of Royal Purple #6C3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.13%

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

R = 31.58%
G = 18.13%
B = 50.29%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C3EAC (or 0x6C3EAC) is known color: Royal Purple. HEX triplet: 6C, 3E and AC. RGB value is (108,62,172). Sum of RGB (Red+Green+Blue) = 108+62+172=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C3EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3EAC is #93C153. Grayscale: #575757. Windows color (decimal): -9683284 or 11288172. OLE color: 11288172.

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

Color convert

RGB 108 62 172 -
CMYK 0.37 0.64 0 0.33
HSL 265.09º 0.47% 0.46% -
HSV(B) 265.09º 0.64% 0.67% -
XYZ 15.35 9.61 40.08 -
YUV 88.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 108 62 172 0.37 0.64 0 0.33 265.09 0.47 0.46
Hex 6C 3E AC 25 40 0 21 109 2F 2E
Octal 154 76 254 45 100 0 41 411 57 56
Binary 1101100 111110 10101100 100101 1000000 0 100001 100001001 101111 101110

Color Harmonies of #6C3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3EAC

Black with #6C3EAC

Text Example


Text Example

White with #6C3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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