Html Css Color HEX #6D279B Royal Purple

📋 copy color: '#6D279B'

red 109 ◦ green 39 ◦ blue 155

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

Shades of Royal Purple #6D279B

Tints of Royal Purple #6D279B

RGB

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

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

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

R = 35.97%
G = 12.87%
B = 51.16%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D279B (or 0x6D279B) is known color: Royal Purple. HEX triplet: 6D, 27 and 9B. RGB value is (109,39,155). Sum of RGB (Red+Green+Blue) = 109+39+155=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D279B is #92D864. Grayscale: #484848. Windows color (decimal): -9623653 or 10168173. OLE color: 10168173.

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

Color convert

RGB 109 39 155 -
CMYK 0.30 0.75 0 0.39
HSL 276.21º 0.6% 0.38% -
HSV(B) 276.21º 0.75% 0.61% -
XYZ 12.95 7.07 31.69 -
YUV 73.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 109 39 155 0.30 0.75 0 0.39 276.21 0.6 0.38
Hex 6D 27 9B 1E 4B 0 27 114 3C 26
Octal 155 47 233 36 113 0 47 424 74 46
Binary 1101101 100111 10011011 11110 1001011 0 100111 100010100 111100 100110

Color Harmonies of #6D279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D279B

Black with #6D279B

Text Example


Text Example

White with #6D279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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