Html Css Color HEX #621061 Palatinate Purple

📋 copy color: '#621061'

red 98 ◦ green 16 ◦ blue 97

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

Shades of Palatinate Purple #621061

Tints of Palatinate Purple #621061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 46.45%
G = 7.58%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#621061 (or 0x621061) is known color: Palatinate Purple. HEX triplet: 62, 10 and 61. RGB value is (98,16,97). Sum of RGB (Red+Green+Blue) = 98+16+97=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #621061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621061 is #9DEF9E. Grayscale: #313131. Windows color (decimal): -10350495 or 6361186. OLE color: 6361186.

HSL color Cylindrical-coordinate representation of color #621061: hue angle of 300.73º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621061 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 16 97 -
CMYK 0 0.84 0.01 0.62
HSL 300.73º 0.72% 0.22% -
HSV(B) 300.73º 0.84% 0.38% -
XYZ 7.38 3.83 11.66 -
YUV 49.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 98 16 97 0 0.84 0.01 0.62 300.73 0.72 0.22
Hex 62 10 61 0 54 1 3E 12D 48 16
Octal 142 20 141 0 124 1 76 455 110 26
Binary 1100010 10000 1100001 0 1010100 1 111110 100101101 1001000 10110

Color Harmonies of #621061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621061

Black with #621061

Text Example


Text Example

White with #621061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621061; }

 p { color: rgb(98,16,97); }

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

background-color css

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

 a { background-color: rgb(98,16,97); }

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

border-color css

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

 span { border-color: rgb(98,16,97); }

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