#68279C

Color #68279C Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #68279C

Tints of Royal Purple #68279C

Color information

#68279C (or 0x68279C) is unknown color: approx Royal Purple. HEX triplet: 68, 27 and 9C. RGB value is (104,39,156). Sum of RGB (Red+Green+Blue) = 104+39+156=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #68279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68279C is #97D863. Grayscale: #474747. Windows color (decimal): -9951332 or 10233704. OLE color: 10233704.

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

Color convert

RGB10439156-
CMYK0.330.7500.39
HSL273.33º60%38.24%-
HSV(B)273.33º75%61.18%-
XYZ12.446.7932.11-
YUV71.77175.53150.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=34.78%
G=13.04%
B=52.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104391560.330.7500.39273.336038.24
Hex68279C214B0271113c26
Octal15047234411130474217446
Binary11010001001111001110010000110010110100111100010001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68279C; }

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

 H1.HeaderClassName
 {
   color: #68279C;
 }
 .AnyTagClassName
 {
   color: #68279C;
 }
</style>
background-color css

<style>
 a { background-color: #68279C; }

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

 div.DivClassName
 {
   background-color: #68279C;
 }
 .BgClassName
 {
   background-color: #68279C;
 }
</style>
border-color css

<style>
 span { border-color: #68279C; }

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

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