Html Css Color HEX #621B61 Palatinate Purple

📋 copy color: '#621B61'

red 98 ◦ green 27 ◦ blue 97

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

Shades of Palatinate Purple #621B61

Tints of Palatinate Purple #621B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

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

R = 44.14%
G = 12.16%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#621B61 (or 0x621B61) is known color: Palatinate Purple. HEX triplet: 62, 1B and 61. RGB value is (98,27,97). Sum of RGB (Red+Green+Blue) = 98+27+97=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #621B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621B61 is #9DE49E. Grayscale: #383838. Windows color (decimal): -10347679 or 6364002. OLE color: 6364002.

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

Color convert

RGB 98 27 97 -
CMYK 0 0.72 0.01 0.62
HSL 300.85º 0.57% 0.25% -
HSV(B) 300.85º 0.72% 0.38% -
XYZ 7.59 4.24 11.73 -
YUV 56.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 98 27 97 0 0.72 0.01 0.62 300.85 0.57 0.25
Hex 62 1B 61 0 48 1 3E 12D 39 19
Octal 142 33 141 0 110 1 76 455 71 31
Binary 1100010 11011 1100001 0 1001000 1 111110 100101101 111001 11001

Color Harmonies of #621B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B61

Black with #621B61

Text Example


Text Example

White with #621B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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