Html Css Color HEX #6D279E Royal Purple

📋 copy color: '#6D279E'

red 109 ◦ green 39 ◦ blue 158

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

Shades of Royal Purple #6D279E

Tints of Royal Purple #6D279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 35.62%
G = 12.75%
B = 51.63%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D279E (or 0x6D279E) is known color: Royal Purple. HEX triplet: 6D, 27 and 9E. RGB value is (109,39,158). Sum of RGB (Red+Green+Blue) = 109+39+158=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D279E is #92D861. Grayscale: #494949. Windows color (decimal): -9623650 or 10364781. OLE color: 10364781.

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

Color convert

RGB 109 39 158 -
CMYK 0.31 0.75 0 0.38
HSL 275.29º 0.6% 0.39% -
HSV(B) 275.29º 0.75% 0.62% -
XYZ 13.2 7.17 33.04 -
YUV 73.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 109 39 158 0.31 0.75 0 0.38 275.29 0.6 0.39
Hex 6D 27 9E 1F 4B 0 26 113 3C 27
Octal 155 47 236 37 113 0 46 423 74 47
Binary 1101101 100111 10011110 11111 1001011 0 100110 100010011 111100 100111

Color Harmonies of #6D279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D279E

Black with #6D279E

Text Example


Text Example

White with #6D279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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