Html Css Color HEX #6D4396 Royal Purple

📋 copy color: '#6D4396'

red 109 ◦ green 67 ◦ blue 150

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

Shades of Royal Purple #6D4396

Tints of Royal Purple #6D4396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 33.44%
G = 20.55%
B = 46.01%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6D4396 (or 0x6D4396) is known color: Royal Purple. HEX triplet: 6D, 43 and 96. RGB value is (109,67,150). Sum of RGB (Red+Green+Blue) = 109+67+150=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D4396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4396 is #92BC69. Grayscale: #585858. Windows color (decimal): -9616490 or 9847661. OLE color: 9847661.

HSL color Cylindrical-coordinate representation of color #6D4396: hue angle of 270.36º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4396 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 67 150 -
CMYK 0.27 0.55 0 0.41
HSL 270.36º 0.38% 0.43% -
HSV(B) 270.36º 0.55% 0.59% -
XYZ 13.82 9.47 29.95 -
YUV 89.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 109 67 150 0.27 0.55 0 0.41 270.36 0.38 0.43
Hex 6D 43 96 1B 37 0 29 10E 26 2B
Octal 155 103 226 33 67 0 51 416 46 53
Binary 1101101 1000011 10010110 11011 110111 0 101001 100001110 100110 101011

Color Harmonies of #6D4396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4396

Black with #6D4396

Text Example


Text Example

White with #6D4396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,67,150); }

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

background-color css

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

 a { background-color: rgb(109,67,150); }

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

border-color css

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

 span { border-color: rgb(109,67,150); }

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