Html Css Color HEX #6D31AB Royal Purple

📋 copy color: '#6D31AB'

red 109 ◦ green 49 ◦ blue 171

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

Shades of Royal Purple #6D31AB

Tints of Royal Purple #6D31AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

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

R = 33.13%
G = 14.89%
B = 51.98%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D31AB (or 0x6D31AB) is known color: Royal Purple. HEX triplet: 6D, 31 and AB. RGB value is (109,49,171). Sum of RGB (Red+Green+Blue) = 109+49+171=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D31AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D31AB is #92CE54. Grayscale: #505050. Windows color (decimal): -9621077 or 11219309. OLE color: 11219309.

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

Color convert

RGB 109 49 171 -
CMYK 0.36 0.71 0 0.33
HSL 269.51º 0.55% 0.43% -
HSV(B) 269.51º 0.71% 0.67% -
XYZ 14.76 8.39 39.37 -
YUV 80.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 109 49 171 0.36 0.71 0 0.33 269.51 0.55 0.43
Hex 6D 31 AB 24 47 0 21 10E 37 2B
Octal 155 61 253 44 107 0 41 416 67 53
Binary 1101101 110001 10101011 100100 1000111 0 100001 100001110 110111 101011

Color Harmonies of #6D31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D31AB

Black with #6D31AB

Text Example


Text Example

White with #6D31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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