Html Css Color HEX #6D279C Royal Purple

📋 copy color: '#6D279C'

red 109 ◦ green 39 ◦ blue 156

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

Shades of Royal Purple #6D279C

Tints of Royal Purple #6D279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 35.86%
G = 12.83%
B = 51.32%

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

#6D279C (or 0x6D279C) is known color: Royal Purple. HEX triplet: 6D, 27 and 9C. RGB value is (109,39,156). Sum of RGB (Red+Green+Blue) = 109+39+156=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D279C is #92D863. Grayscale: #484848. Windows color (decimal): -9623652 or 10233709. OLE color: 10233709.

HSL color Cylindrical-coordinate representation of color #6D279C: hue angle of 275.9º 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 #6D279C is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 39 156 -
CMYK 0.30 0.75 0 0.39
HSL 275.9º 0.6% 0.38% -
HSV(B) 275.9º 0.75% 0.61% -
XYZ 13.03 7.1 32.14 -
YUV 73.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 109 39 156 0.30 0.75 0 0.39 275.9 0.6 0.38
Hex 6D 27 9C 1E 4B 0 27 114 3C 26
Octal 155 47 234 36 113 0 47 424 74 46
Binary 1101101 100111 10011100 11110 1001011 0 100111 100010100 111100 100110

Color Harmonies of #6D279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D279C

Black with #6D279C

Text Example


Text Example

White with #6D279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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