Html Css Color HEX #6D3DAC Royal Purple

📋 copy color: '#6D3DAC'

red 109 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #6D3DAC

Tints of Royal Purple #6D3DAC

RGB

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

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

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

R = 31.87%
G = 17.84%
B = 50.29%

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

#6D3DAC (or 0x6D3DAC) is known color: Royal Purple. HEX triplet: 6D, 3D and AC. RGB value is (109,61,172). Sum of RGB (Red+Green+Blue) = 109+61+172=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 61 (24.22% from 255 or 17.84% 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 #6D3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3DAC is #92C253. Grayscale: #575757. Windows color (decimal): -9618004 or 11287917. OLE color: 11287917.

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

Color convert

RGB 109 61 172 -
CMYK 0.37 0.65 0 0.33
HSL 265.95º 0.48% 0.46% -
HSV(B) 265.95º 0.65% 0.67% -
XYZ 15.42 9.57 40.06 -
YUV 88.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 109 61 172 0.37 0.65 0 0.33 265.95 0.48 0.46
Hex 6D 3D AC 25 41 0 21 10A 30 2E
Octal 155 75 254 45 101 0 41 412 60 56
Binary 1101101 111101 10101100 100101 1000001 0 100001 100001010 110000 101110

Color Harmonies of #6D3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DAC

Black with #6D3DAC

Text Example


Text Example

White with #6D3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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