Html Css Color HEX #6D3CAC Royal Purple

📋 copy color: '#6D3CAC'

red 109 ◦ green 60 ◦ blue 172

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

Shades of Royal Purple #6D3CAC

Tints of Royal Purple #6D3CAC

RGB

 RED value IS 109 (42.97% from 255) = 31.96%

 GREEN value IS 60 (23.83% from 255) = 17.6%

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

R = 31.96%
G = 17.6%
B = 50.44%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D3CAC (or 0x6D3CAC) is known color: Royal Purple. HEX triplet: 6D, 3C and AC. RGB value is (109,60,172). Sum of RGB (Red+Green+Blue) = 109+60+172=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D3CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3CAC is #92C353. Grayscale: #575757. Windows color (decimal): -9618260 or 11287661. OLE color: 11287661.

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

Color convert

RGB 109 60 172 -
CMYK 0.37 0.65 0 0.33
HSL 266.25º 0.48% 0.45% -
HSV(B) 266.25º 0.65% 0.67% -
XYZ 15.37 9.46 40.05 -
YUV 87.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 109 60 172 0.37 0.65 0 0.33 266.25 0.48 0.45
Hex 6D 3C AC 25 41 0 21 10A 30 2D
Octal 155 74 254 45 101 0 41 412 60 55
Binary 1101101 111100 10101100 100101 1000001 0 100001 100001010 110000 101101

Color Harmonies of #6D3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CAC

Black with #6D3CAC

Text Example


Text Example

White with #6D3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,60,172); }

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

background-color css

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

 a { background-color: rgb(109,60,172); }

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

border-color css

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

 span { border-color: rgb(109,60,172); }

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