Html Css Color HEX #6D3EAA Royal Purple

📋 copy color: '#6D3EAA'

red 109 ◦ green 62 ◦ blue 170

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

Shades of Royal Purple #6D3EAA

Tints of Royal Purple #6D3EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

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

R = 31.96%
G = 18.18%
B = 49.85%

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

#6D3EAA (or 0x6D3EAA) is known color: Royal Purple. HEX triplet: 6D, 3E and AA. RGB value is (109,62,170). Sum of RGB (Red+Green+Blue) = 109+62+170=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D3EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3EAA is #92C155. Grayscale: #575757. Windows color (decimal): -9617750 or 11157101. OLE color: 11157101.

HSL color Cylindrical-coordinate representation of color #6D3EAA: hue angle of 266.11º 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 #6D3EAA is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 62 170 -
CMYK 0.36 0.64 0 0.33
HSL 266.11º 0.47% 0.45% -
HSV(B) 266.11º 0.64% 0.67% -
XYZ 15.29 9.6 39.08 -
YUV 88.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 109 62 170 0.36 0.64 0 0.33 266.11 0.47 0.45
Hex 6D 3E AA 24 40 0 21 10A 2F 2D
Octal 155 76 252 44 100 0 41 412 57 55
Binary 1101101 111110 10101010 100100 1000000 0 100001 100001010 101111 101101

Color Harmonies of #6D3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3EAA

Black with #6D3EAA

Text Example


Text Example

White with #6D3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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