Html Css Color HEX #621355 Palatinate Purple

📋 copy color: '#621355'

red 98 ◦ green 19 ◦ blue 85

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

Shades of Palatinate Purple #621355

Tints of Palatinate Purple #621355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 48.51%
G = 9.41%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#621355 (or 0x621355) is known color: Palatinate Purple. HEX triplet: 62, 13 and 55. RGB value is (98,19,85). Sum of RGB (Red+Green+Blue) = 98+19+85=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621355 is #9DECAA. Grayscale: #313131. Windows color (decimal): -10349739 or 5575522. OLE color: 5575522.

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

Color convert

RGB 98 19 85 -
CMYK 0 0.81 0.13 0.62
HSL 309.87º 0.68% 0.23% -
HSV(B) 309.87º 0.81% 0.38% -
XYZ 6.91 3.72 8.95 -
YUV 50.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 98 19 85 0 0.81 0.13 0.62 309.87 0.68 0.23
Hex 62 13 55 0 51 D 3E 136 44 17
Octal 142 23 125 0 121 15 76 466 104 27
Binary 1100010 10011 1010101 0 1010001 1101 111110 100110110 1000100 10111

Color Harmonies of #621355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621355

Black with #621355

Text Example


Text Example

White with #621355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621355; }

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

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

background-color css

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

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

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

border-color css

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

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

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