Html Css Color HEX #6D449E Royal Purple

📋 copy color: '#6D449E'

red 109 ◦ green 68 ◦ blue 158

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

Shades of Royal Purple #6D449E

Tints of Royal Purple #6D449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 32.54%
G = 20.3%
B = 47.16%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D449E (or 0x6D449E) is known color: Royal Purple. HEX triplet: 6D, 44 and 9E. RGB value is (109,68,158). Sum of RGB (Red+Green+Blue) = 109+68+158=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D449E is #92BB61. Grayscale: #5A5A5A. Windows color (decimal): -9616226 or 10372205. OLE color: 10372205.

HSL color Cylindrical-coordinate representation of color #6D449E: hue angle of 267.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D449E is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 68 158 -
CMYK 0.31 0.57 0 0.38
HSL 267.33º 0.4% 0.44% -
HSV(B) 267.33º 0.57% 0.62% -
XYZ 14.55 9.85 33.48 -
YUV 90.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 109 68 158 0.31 0.57 0 0.38 267.33 0.4 0.44
Hex 6D 44 9E 1F 39 0 26 10B 28 2C
Octal 155 104 236 37 71 0 46 413 50 54
Binary 1101101 1000100 10011110 11111 111001 0 100110 100001011 101000 101100

Color Harmonies of #6D449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D449E

Black with #6D449E

Text Example


Text Example

White with #6D449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,68,158); }

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

background-color css

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

 a { background-color: rgb(109,68,158); }

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

border-color css

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

 span { border-color: rgb(109,68,158); }

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