#68269c

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

Shades of Royal Purple #68269C

Tints of Royal Purple #68269C

Color information

#68269C (or 0x68269C) is unknown color: approx Royal Purple. HEX triplet: 68, 26 and 9C. RGB value is (104,38,156). Sum of RGB (Red+Green+Blue) = 104+38+156=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #68269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68269C is #97D963. Grayscale: #464646. Windows color (decimal): -9951588 or 10233448. OLE color: 10233448.

HSL color Cylindrical-coordinate representation of color #68269C: hue angle of 273.56º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68269C is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10438156-
CMYK0.330.7600.39
HSL273.56º60.82%38.04%-
HSV(B)273.56º75.64%61.18%-
XYZ12.46.7332.1-
YUV71.19175.87151.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=34.90%
G=12.75%
B=52.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104381560.330.7600.39273.5660.8238.04
Hex68269C214C0271123d26
Octal15046234411140474227546
Binary11010001001101001110010000110011000100111100010010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68269c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68269c; }

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

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

<style>
 a { background-color: #68269c; }

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

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

<style>
 span { border-color: #68269c; }

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

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