Html Css Color HEX #6D4695 Royal Purple

📋 copy color: '#6D4695'

red 109 ◦ green 70 ◦ blue 149

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

Shades of Royal Purple #6D4695

Tints of Royal Purple #6D4695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 33.23%
G = 21.34%
B = 45.43%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D4695 (or 0x6D4695) is known color: Royal Purple. HEX triplet: 6D, 46 and 95. RGB value is (109,70,149). Sum of RGB (Red+Green+Blue) = 109+70+149=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D4695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4695 is #92B96A. Grayscale: #5A5A5A. Windows color (decimal): -9615723 or 9782893. OLE color: 9782893.

HSL color Cylindrical-coordinate representation of color #6D4695: hue angle of 269.62º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D4695 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 70 149 -
CMYK 0.27 0.53 0 0.42
HSL 269.62º 0.36% 0.43% -
HSV(B) 269.62º 0.53% 0.58% -
XYZ 13.92 9.8 29.59 -
YUV 90.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 109 70 149 0.27 0.53 0 0.42 269.62 0.36 0.43
Hex 6D 46 95 1B 35 0 2A 10E 24 2B
Octal 155 106 225 33 65 0 52 416 44 53
Binary 1101101 1000110 10010101 11011 110101 0 101010 100001110 100100 101011

Color Harmonies of #6D4695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4695

Black with #6D4695

Text Example


Text Example

White with #6D4695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,70,149); }

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

background-color css

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

 a { background-color: rgb(109,70,149); }

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

border-color css

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

 span { border-color: rgb(109,70,149); }

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