Html Css Color HEX #621257 Palatinate Purple

📋 copy color: '#621257'

red 98 ◦ green 18 ◦ blue 87

#621257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #621257

Tints of Palatinate Purple #621257

RGB

 RED value IS 98 (38.67% from 255) = 48.28%

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 87 (34.38% from 255) = 42.86%

R = 48.28%
G = 8.87%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#621257 (or 0x621257) is known color: Palatinate Purple. HEX triplet: 62, 12 and 57. RGB value is (98,18,87). Sum of RGB (Red+Green+Blue) = 98+18+87=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #621257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621257 is #9DEDA8. Grayscale: #313131. Windows color (decimal): -10349993 or 5706338. OLE color: 5706338.

HSL color Cylindrical-coordinate representation of color #621257: hue angle of 308.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621257 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 87 -
CMYK 0 0.82 0.11 0.62
HSL 308.25º 0.69% 0.23% -
HSV(B) 308.25º 0.82% 0.38% -
XYZ 6.97 3.72 9.37 -
YUV 49.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 98 18 87 0 0.82 0.11 0.62 308.25 0.69 0.23
Hex 62 12 57 0 52 B 3E 134 45 17
Octal 142 22 127 0 122 13 76 464 105 27
Binary 1100010 10010 1010111 0 1010010 1011 111110 100110100 1000101 10111

Color Harmonies of #621257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621257

Black with #621257

Text Example


Text Example

White with #621257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621257; }

 p { color: rgb(98,18,87); }

 H1.HeaderClassName
 {
   color: #621257;
 }
 .AnyTagClassName
 {
   color: #621257;
 }
</style>

background-color css

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

 a { background-color: rgb(98,18,87); }

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

border-color css

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

 span { border-color: rgb(98,18,87); }

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