Html Css Color HEX #621157 Palatinate Purple

📋 copy color: '#621157'

red 98 ◦ green 17 ◦ blue 87

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

Shades of Palatinate Purple #621157

Tints of Palatinate Purple #621157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

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

R = 48.51%
G = 8.42%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#621157 (or 0x621157) is known color: Palatinate Purple. HEX triplet: 62, 11 and 57. RGB value is (98,17,87). Sum of RGB (Red+Green+Blue) = 98+17+87=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621157 is #9DEEA8. Grayscale: #313131. Windows color (decimal): -10350249 or 5706082. OLE color: 5706082.

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

Color convert

RGB 98 17 87 -
CMYK 0 0.83 0.11 0.62
HSL 308.15º 0.7% 0.23% -
HSV(B) 308.15º 0.83% 0.38% -
XYZ 6.96 3.69 9.36 -
YUV 49.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 98 17 87 0 0.83 0.11 0.62 308.15 0.7 0.23
Hex 62 11 57 0 53 B 3E 134 46 17
Octal 142 21 127 0 123 13 76 464 106 27
Binary 1100010 10001 1010111 0 1010011 1011 111110 100110100 1000110 10111

Color Harmonies of #621157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621157

Black with #621157

Text Example


Text Example

White with #621157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621157; }

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

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

background-color css

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

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

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

border-color css

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

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

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