#5F0067

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

Shades of Purple #5F0067

Tints of Purple #5F0067

Color information

#5F0067 (or 0x5F0067) is unknown color: approx Purple. HEX triplet: 5F, 00 and 67. RGB value is (95,0,103). Sum of RGB (Red+Green+Blue) = 95+0+103=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F0067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0067 is #A0FF98. Grayscale: #272727. Windows color (decimal): -10551193 or 6750303. OLE color: 6750303.

HSL color Cylindrical-coordinate representation of color #5F0067: hue angle of 295.34º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0067 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB950103-
CMYK0.08100.60
HSL295.34º100%20.2%-
HSV(B)295.34º100%40.39%-
XYZ7.173.4113.11-
YUV40.15163.47167.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 52.02%
R=47.98%
G=0%
B=52.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9501030.08100.60295.3410020.2
Hex5F06786403C1276414
Octal13701471014407444714424
Binary101111101100111100011001000111100100100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F0067; }

 p { color: rgb(95,0,103); }

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

<style>
 a { background-color: #5F0067; }

 a { background-color: rgb(95,0,103); }

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

<style>
 span { border-color: #5F0067; }

 span { border-color: rgb(95,0,103); }

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