#68025B

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

Shades of Palatinate Purple #68025B

Tints of Palatinate Purple #68025B

Color information

#68025B (or 0x68025B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 02 and 5B. RGB value is (104,2,91). Sum of RGB (Red+Green+Blue) = 104+2+91=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68025B is #97FDA4. Grayscale: #2A2A2A. Windows color (decimal): -9960869 or 5964392. OLE color: 5964392.

HSL color Cylindrical-coordinate representation of color #68025B: hue angle of 307.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68025B is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB104291-
CMYK00.980.120.59
HSL307.65º96.23%20.78%-
HSV(B)307.65º98.08%40.78%-
XYZ7.623.7410.22-
YUV42.64155.29171.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=52.79%
G=1.02%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10429100.980.120.59307.6596.2320.78
Hex6825B062C3B1346015
Octal15021330142147346414025
Binary1101000101011011011000101100111011100110100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,2,91); }

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

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

 a { background-color: rgb(104,2,91); }

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

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

 span { border-color: rgb(104,2,91); }

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