Html Css Color HEX #621365 Palatinate Purple

📋 copy color: '#621365'

red 98 ◦ green 19 ◦ blue 101

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

Shades of Palatinate Purple #621365

Tints of Palatinate Purple #621365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 44.95%
G = 8.72%
B = 46.33%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#621365 (or 0x621365) is known color: Palatinate Purple. HEX triplet: 62, 13 and 65. RGB value is (98,19,101). Sum of RGB (Red+Green+Blue) = 98+19+101=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #621365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621365 is #9DEC9A. Grayscale: #333333. Windows color (decimal): -10349723 or 6624098. OLE color: 6624098.

HSL color Cylindrical-coordinate representation of color #621365: hue angle of 297.8º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621365 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 19 101 -
CMYK 0.03 0.81 0 0.60
HSL 297.8º 0.68% 0.24% -
HSV(B) 297.8º 0.81% 0.4% -
XYZ 7.62 4 12.68 -
YUV 51.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 98 19 101 0.03 0.81 0 0.60 297.8 0.68 0.24
Hex 62 13 65 3 51 0 3C 12A 44 18
Octal 142 23 145 3 121 0 74 452 104 30
Binary 1100010 10011 1100101 11 1010001 0 111100 100101010 1000100 11000

Color Harmonies of #621365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621365

Black with #621365

Text Example


Text Example

White with #621365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621365; }

 p { color: rgb(98,19,101); }

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

background-color css

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

 a { background-color: rgb(98,19,101); }

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

border-color css

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

 span { border-color: rgb(98,19,101); }

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