Html Css Color HEX #6D3EAB Royal Purple

📋 copy color: '#6D3EAB'

red 109 ◦ green 62 ◦ blue 171

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

Shades of Royal Purple #6D3EAB

Tints of Royal Purple #6D3EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 31.87%
G = 18.13%
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

#6D3EAB (or 0x6D3EAB) is known color: Royal Purple. HEX triplet: 6D, 3E and AB. RGB value is (109,62,171). Sum of RGB (Red+Green+Blue) = 109+62+171=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3EAB is #92C154. Grayscale: #585858. Windows color (decimal): -9617749 or 11222637. OLE color: 11222637.

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

Color convert

RGB 109 62 171 -
CMYK 0.36 0.64 0 0.33
HSL 265.87º 0.47% 0.46% -
HSV(B) 265.87º 0.64% 0.67% -
XYZ 15.38 9.64 39.58 -
YUV 88.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 109 62 171 0.36 0.64 0 0.33 265.87 0.47 0.46
Hex 6D 3E AB 24 40 0 21 10A 2F 2E
Octal 155 76 253 44 100 0 41 412 57 56
Binary 1101101 111110 10101011 100100 1000000 0 100001 100001010 101111 101110

Color Harmonies of #6D3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3EAB

Black with #6D3EAB

Text Example


Text Example

White with #6D3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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