#68087B

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

Shades of Purple #68087B

Tints of Purple #68087B

Color information

#68087B (or 0x68087B) is unknown color: approx Purple. HEX triplet: 68, 08 and 7B. RGB value is (104,8,123). Sum of RGB (Red+Green+Blue) = 104+8+123=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #68087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68087B is #97F784. Grayscale: #313131. Windows color (decimal): -9959301 or 8063080. OLE color: 8063080.

HSL color Cylindrical-coordinate representation of color #68087B: hue angle of 290.09º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68087B is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1048123-
CMYK0.150.9300.52
HSL290.09º87.79%25.69%-
HSV(B)290.09º93.5%48.24%-
XYZ9.374.5519.12-
YUV49.81169.3166.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 8 (3.52% from 255) = 3.40%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=44.26%
G=3.40%
B=52.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10481230.150.9300.52290.0987.7925.69
Hex6887BF5D034122581a
Octal150101731713506444213032
Binary110100010001111011111110111010110100100100010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68087B; }

 p { color: rgb(104,8,123); }

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

<style>
 a { background-color: #68087B; }

 a { background-color: rgb(104,8,123); }

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

<style>
 span { border-color: #68087B; }

 span { border-color: rgb(104,8,123); }

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