Html Css Color HEX #6C32AE Royal Purple

📋 copy color: '#6C32AE'

red 108 ◦ green 50 ◦ blue 174

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

Shades of Royal Purple #6C32AE

Tints of Royal Purple #6C32AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

 BLUE value IS 174 (68.36% from 255) = 52.41%

R = 32.53%
G = 15.06%
B = 52.41%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C32AE (or 0x6C32AE) is known color: Royal Purple. HEX triplet: 6C, 32 and AE. RGB value is (108,50,174). Sum of RGB (Red+Green+Blue) = 108+50+174=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C32AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C32AE is #93CD51. Grayscale: #515151. Windows color (decimal): -9686354 or 11416172. OLE color: 11416172.

HSL color Cylindrical-coordinate representation of color #6C32AE: hue angle of 268.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C32AE is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 50 174 -
CMYK 0.38 0.71 0 0.32
HSL 268.06º 0.55% 0.44% -
HSV(B) 268.06º 0.71% 0.68% -
XYZ 14.96 8.53 40.9 -
YUV 81.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 108 50 174 0.38 0.71 0 0.32 268.06 0.55 0.44
Hex 6C 32 AE 26 47 0 20 10C 37 2C
Octal 154 62 256 46 107 0 40 414 67 54
Binary 1101100 110010 10101110 100110 1000111 0 100000 100001100 110111 101100

Color Harmonies of #6C32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C32AE

Black with #6C32AE

Text Example


Text Example

White with #6C32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,174); }

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

background-color css

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

 a { background-color: rgb(108,50,174); }

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

border-color css

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

 span { border-color: rgb(108,50,174); }

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