Html Css Color HEX #6C279E Royal Purple

📋 copy color: '#6C279E'

red 108 ◦ green 39 ◦ blue 158

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

Shades of Royal Purple #6C279E

Tints of Royal Purple #6C279E

RGB

 RED value IS 108 (42.58% from 255) = 35.41%

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

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

R = 35.41%
G = 12.79%
B = 51.8%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C279E (or 0x6C279E) is known color: Royal Purple. HEX triplet: 6C, 27 and 9E. RGB value is (108,39,158). Sum of RGB (Red+Green+Blue) = 108+39+158=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C279E is #93D861. Grayscale: #484848. Windows color (decimal): -9689186 or 10364780. OLE color: 10364780.

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

Color convert

RGB 108 39 158 -
CMYK 0.32 0.75 0 0.38
HSL 274.79º 0.6% 0.39% -
HSV(B) 274.79º 0.75% 0.62% -
XYZ 13.08 7.11 33.03 -
YUV 73.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 108 39 158 0.32 0.75 0 0.38 274.79 0.6 0.39
Hex 6C 27 9E 20 4B 0 26 113 3C 27
Octal 154 47 236 40 113 0 46 423 74 47
Binary 1101100 100111 10011110 100000 1001011 0 100110 100010011 111100 100111

Color Harmonies of #6C279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C279E

Black with #6C279E

Text Example


Text Example

White with #6C279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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