Html Css Color HEX #6D3FAD Royal Purple

📋 copy color: '#6D3FAD'

red 109 ◦ green 63 ◦ blue 173

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

Shades of Royal Purple #6D3FAD

Tints of Royal Purple #6D3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 31.59%
G = 18.26%
B = 50.14%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D3FAD (or 0x6D3FAD) is known color: Royal Purple. HEX triplet: 6D, 3F and AD. RGB value is (109,63,173). Sum of RGB (Red+Green+Blue) = 109+63+173=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D3FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3FAD is #92C052. Grayscale: #585858. Windows color (decimal): -9617491 or 11353965. OLE color: 11353965.

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

Color convert

RGB 109 63 173 -
CMYK 0.37 0.64 0 0.32
HSL 265.09º 0.47% 0.46% -
HSV(B) 265.09º 0.64% 0.68% -
XYZ 15.63 9.82 40.61 -
YUV 89.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 109 63 173 0.37 0.64 0 0.32 265.09 0.47 0.46
Hex 6D 3F AD 25 40 0 20 109 2F 2E
Octal 155 77 255 45 100 0 40 411 57 56
Binary 1101101 111111 10101101 100101 1000000 0 100000 100001001 101111 101110

Color Harmonies of #6D3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3FAD

Black with #6D3FAD

Text Example


Text Example

White with #6D3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,63,173); }

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

background-color css

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

 a { background-color: rgb(109,63,173); }

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

border-color css

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

 span { border-color: rgb(109,63,173); }

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