#621452

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

Shades of Palatinate Purple #621452

Tints of Palatinate Purple #621452

Color information

#621452 (or 0x621452) is unknown color: approx Palatinate Purple. HEX triplet: 62, 14 and 52. RGB value is (98,20,82). Sum of RGB (Red+Green+Blue) = 98+20+82=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621452 is #9DEBAD. Grayscale: #323232. Windows color (decimal): -10349486 or 5379170. OLE color: 5379170.

HSL color Cylindrical-coordinate representation of color #621452: hue angle of 312.31º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621452 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB982082-
CMYK00.800.160.62
HSL312.31º66.1%23.14%-
HSV(B)312.31º79.59%38.43%-
XYZ6.813.718.34-
YUV50.39145.84161.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 20 (8.20% from 255) = 10%
BLUE value IS 82 (32.42% from 255) = 41%
R=49%
G=10%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98208200.800.160.62312.3166.123.14
Hex621452050103E1384217
Octal142241220120207647010227
Binary11000101010010100100101000010000111110100111000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621452; }

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

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

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

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

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

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

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

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