#622352

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

Shades of Palatinate Purple #622352

Tints of Palatinate Purple #622352

Color information

#622352 (or 0x622352) is unknown color: approx Palatinate Purple. HEX triplet: 62, 23 and 52. RGB value is (98,35,82). Sum of RGB (Red+Green+Blue) = 98+35+82=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #622352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622352 is #9DDCAD. Grayscale: #3B3B3B. Windows color (decimal): -10345646 or 5383010. OLE color: 5383010.

HSL color Cylindrical-coordinate representation of color #622352: hue angle of 315.24º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #622352 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB983582-
CMYK00.640.160.62
HSL315.24º47.37%26.08%-
HSV(B)315.24º64.29%38.43%-
XYZ7.164.418.46-
YUV59.19140.87155.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=45.58%
G=16.28%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98358200.640.160.62315.2447.3726.08
Hex622352040103E13b2f1a
Octal14243122010020764735732
Binary11000101000111010010010000001000011111010011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622352; }

 p { color: rgb(98,35,82); }

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

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

 a { background-color: rgb(98,35,82); }

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

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

 span { border-color: rgb(98,35,82); }

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