Html Css Color HEX #6C279F Royal Purple

📋 copy color: '#6C279F'

red 108 ◦ green 39 ◦ blue 159

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

Shades of Royal Purple #6C279F

Tints of Royal Purple #6C279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 35.29%
G = 12.75%
B = 51.96%

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

#6C279F (or 0x6C279F) is known color: Royal Purple. HEX triplet: 6C, 27 and 9F. RGB value is (108,39,159). Sum of RGB (Red+Green+Blue) = 108+39+159=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C279F is #93D860. Grayscale: #484848. Windows color (decimal): -9689185 or 10430316. OLE color: 10430316.

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

Color convert

RGB 108 39 159 -
CMYK 0.32 0.75 0 0.38
HSL 274.5º 0.61% 0.39% -
HSV(B) 274.5º 0.75% 0.62% -
XYZ 13.17 7.14 33.49 -
YUV 73.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 108 39 159 0.32 0.75 0 0.38 274.5 0.61 0.39
Hex 6C 27 9F 20 4B 0 26 112 3D 27
Octal 154 47 237 40 113 0 46 422 75 47
Binary 1101100 100111 10011111 100000 1001011 0 100110 100010010 111101 100111

Color Harmonies of #6C279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C279F

Black with #6C279F

Text Example


Text Example

White with #6C279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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