Html Css Color HEX #6C3DAE Royal Purple

📋 copy color: '#6C3DAE'

red 108 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #6C3DAE

Tints of Royal Purple #6C3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.78%

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

R = 31.49%
G = 17.78%
B = 50.73%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C3DAE (or 0x6C3DAE) is known color: Royal Purple. HEX triplet: 6C, 3D and AE. RGB value is (108,61,174). Sum of RGB (Red+Green+Blue) = 108+61+174=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C3DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3DAE is #93C251. Grayscale: #575757. Windows color (decimal): -9683538 or 11418988. OLE color: 11418988.

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

Color convert

RGB 108 61 174 -
CMYK 0.38 0.65 0 0.32
HSL 264.96º 0.48% 0.46% -
HSV(B) 264.96º 0.65% 0.68% -
XYZ 15.49 9.58 41.08 -
YUV 87.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 108 61 174 0.38 0.65 0 0.32 264.96 0.48 0.46
Hex 6C 3D AE 26 41 0 20 109 30 2E
Octal 154 75 256 46 101 0 40 411 60 56
Binary 1101100 111101 10101110 100110 1000001 0 100000 100001001 110000 101110

Color Harmonies of #6C3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3DAE

Black with #6C3DAE

Text Example


Text Example

White with #6C3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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