#621058

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

Shades of Palatinate Purple #621058

Tints of Palatinate Purple #621058

Color information

#621058 (or 0x621058) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 58. RGB value is (98,16,88). Sum of RGB (Red+Green+Blue) = 98+16+88=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621058 is #9DEFA7. Grayscale: #303030. Windows color (decimal): -10350504 or 5771362. OLE color: 5771362.

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

Color convert

RGB981688-
CMYK00.840.100.62
HSL307.32º71.93%22.35%-
HSV(B)307.32º83.67%38.43%-
XYZ6.983.679.57-
YUV48.73150.17163.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=48.51%
G=7.92%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98168800.840.100.62307.3271.9322.35
Hex621058054A3E1334816
Octal142201300124127646311026
Binary1100010100001011000010101001010111110100110011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621058; }

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

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

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

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

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

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

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

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