#6B025F

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

Shades of Palatinate Purple #6B025F

Tints of Palatinate Purple #6B025F

Color information

#6B025F (or 0x6B025F) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 02 and 5F. RGB value is (107,2,95). Sum of RGB (Red+Green+Blue) = 107+2+95=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B025F is #94FDA0. Grayscale: #2B2B2B. Windows color (decimal): -9764257 or 6226539. OLE color: 6226539.

HSL color Cylindrical-coordinate representation of color #6B025F: hue angle of 306.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B025F is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB107295-
CMYK00.980.110.58
HSL306.86º96.33%21.37%-
HSV(B)306.86º98.13%41.96%-
XYZ8.15411.17-
YUV44156.79172.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.45%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=52.45%
G=0.98%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10729500.980.110.58306.8696.3321.37
Hex6B25F062B3A1336015
Octal15321370142137246314025
Binary1101011101011111011000101011111010100110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,95); }

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

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

 a { background-color: rgb(107,2,95); }

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

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

 span { border-color: rgb(107,2,95); }

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