Html Css Color HEX #621F61 Palatinate Purple

📋 copy color: '#621F61'

red 98 ◦ green 31 ◦ blue 97

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

Shades of Palatinate Purple #621F61

Tints of Palatinate Purple #621F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.72%

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

R = 43.36%
G = 13.72%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#621F61 (or 0x621F61) is known color: Palatinate Purple. HEX triplet: 62, 1F and 61. RGB value is (98,31,97). Sum of RGB (Red+Green+Blue) = 98+31+97=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #621F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F61 is #9DE09E. Grayscale: #3A3A3A. Windows color (decimal): -10346655 or 6365026. OLE color: 6365026.

HSL color Cylindrical-coordinate representation of color #621F61: hue angle of 300.9º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #621F61 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 31 97 -
CMYK 0 0.68 0.01 0.62
HSL 300.9º 0.52% 0.25% -
HSV(B) 300.9º 0.68% 0.38% -
XYZ 7.68 4.44 11.76 -
YUV 58.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 98 31 97 0 0.68 0.01 0.62 300.9 0.52 0.25
Hex 62 1F 61 0 44 1 3E 12D 34 19
Octal 142 37 141 0 104 1 76 455 64 31
Binary 1100010 11111 1100001 0 1000100 1 111110 100101101 110100 11001

Color Harmonies of #621F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621F61

Black with #621F61

Text Example


Text Example

White with #621F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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