#622658

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

Shades of Palatinate Purple #622658

Tints of Palatinate Purple #622658

Color information

#622658 (or 0x622658) is unknown color: approx Palatinate Purple. HEX triplet: 62, 26 and 58. RGB value is (98,38,88). Sum of RGB (Red+Green+Blue) = 98+38+88=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #622658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622658 is #9DD9A7. Grayscale: #3D3D3D. Windows color (decimal): -10344872 or 5776994. OLE color: 5776994.

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

Color convert

RGB983888-
CMYK00.610.100.62
HSL310º44.12%26.67%-
HSV(B)310º61.22%38.43%-
XYZ7.494.699.74-
YUV61.64142.88153.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=43.75%
G=16.96%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98388800.610.100.6231044.1226.67
Hex62265803DA3E1362c1b
Octal1424613007512764665433
Binary110001010011010110000111101101011111010011011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622658; }

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

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

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

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

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

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

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

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