Html Css Color HEX #6D329B Royal Purple

📋 copy color: '#6D329B'

red 109 ◦ green 50 ◦ blue 155

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

Shades of Royal Purple #6D329B

Tints of Royal Purple #6D329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 34.71%
G = 15.92%
B = 49.36%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D329B (or 0x6D329B) is known color: Royal Purple. HEX triplet: 6D, 32 and 9B. RGB value is (109,50,155). Sum of RGB (Red+Green+Blue) = 109+50+155=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D329B is #92CD64. Grayscale: #4F4F4F. Windows color (decimal): -9620837 or 10170989. OLE color: 10170989.

HSL color Cylindrical-coordinate representation of color #6D329B: hue angle of 273.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D329B is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 50 155 -
CMYK 0.30 0.68 0 0.39
HSL 273.71º 0.51% 0.4% -
HSV(B) 273.71º 0.68% 0.61% -
XYZ 13.36 7.9 31.83 -
YUV 79.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 109 50 155 0.30 0.68 0 0.39 273.71 0.51 0.4
Hex 6D 32 9B 1E 44 0 27 112 33 28
Octal 155 62 233 36 104 0 47 422 63 50
Binary 1101101 110010 10011011 11110 1000100 0 100111 100010010 110011 101000

Color Harmonies of #6D329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D329B

Black with #6D329B

Text Example


Text Example

White with #6D329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,50,155); }

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

background-color css

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

 a { background-color: rgb(109,50,155); }

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

border-color css

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

 span { border-color: rgb(109,50,155); }

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