#620758

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

Shades of Palatinate Purple #620758

Tints of Palatinate Purple #620758

Color information

#620758 (or 0x620758) is unknown color: approx Palatinate Purple. HEX triplet: 62, 07 and 58. RGB value is (98,7,88). Sum of RGB (Red+Green+Blue) = 98+7+88=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #620758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620758 is #9DF8A7. Grayscale: #2B2B2B. Windows color (decimal): -10352808 or 5769058. OLE color: 5769058.

HSL color Cylindrical-coordinate representation of color #620758: hue angle of 306.59º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620758 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB98788-
CMYK00.930.100.62
HSL306.59º86.67%20.59%-
HSV(B)306.59º92.86%38.43%-
XYZ6.873.459.54-
YUV43.44153.15166.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=50.78%
G=3.63%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9878800.930.100.62306.5986.6720.59
Hex6275805DA3E1335715
Octal14271300135127646312725
Binary11000101111011000010111011010111110100110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620758; }

 p { color: rgb(98,7,88); }

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

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

 a { background-color: rgb(98,7,88); }

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

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

 span { border-color: rgb(98,7,88); }

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