Html Css Color HEX #6D3DAA Royal Purple

📋 copy color: '#6D3DAA'

red 109 ◦ green 61 ◦ blue 170

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

Shades of Royal Purple #6D3DAA

Tints of Royal Purple #6D3DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50%

R = 32.06%
G = 17.94%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D3DAA (or 0x6D3DAA) is known color: Royal Purple. HEX triplet: 6D, 3D and AA. RGB value is (109,61,170). Sum of RGB (Red+Green+Blue) = 109+61+170=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D3DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3DAA is #92C255. Grayscale: #575757. Windows color (decimal): -9618006 or 11156845. OLE color: 11156845.

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

Color convert

RGB 109 61 170 -
CMYK 0.36 0.64 0 0.33
HSL 266.42º 0.47% 0.45% -
HSV(B) 266.42º 0.64% 0.67% -
XYZ 15.23 9.49 39.06 -
YUV 87.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 109 61 170 0.36 0.64 0 0.33 266.42 0.47 0.45
Hex 6D 3D AA 24 40 0 21 10A 2F 2D
Octal 155 75 252 44 100 0 41 412 57 55
Binary 1101101 111101 10101010 100100 1000000 0 100001 100001010 101111 101101

Color Harmonies of #6D3DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DAA

Black with #6D3DAA

Text Example


Text Example

White with #6D3DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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