Html Css Color HEX #621055 Palatinate Purple

📋 copy color: '#621055'

red 98 ◦ green 16 ◦ blue 85

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

Shades of Palatinate Purple #621055

Tints of Palatinate Purple #621055

RGB

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

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

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

R = 49.25%
G = 8.04%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#621055 (or 0x621055) is known color: Palatinate Purple. HEX triplet: 62, 10 and 55. RGB value is (98,16,85). Sum of RGB (Red+Green+Blue) = 98+16+85=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #621055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621055 is #9DEFAA. Grayscale: #303030. Windows color (decimal): -10350507 or 5574754. OLE color: 5574754.

HSL color Cylindrical-coordinate representation of color #621055: hue angle of 309.51º 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 #621055 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 16 85 -
CMYK 0 0.84 0.13 0.62
HSL 309.51º 0.72% 0.22% -
HSV(B) 309.51º 0.84% 0.38% -
XYZ 6.86 3.62 8.93 -
YUV 48.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 98 16 85 0 0.84 0.13 0.62 309.51 0.72 0.22
Hex 62 10 55 0 54 D 3E 136 48 16
Octal 142 20 125 0 124 15 76 466 110 26
Binary 1100010 10000 1010101 0 1010100 1101 111110 100110110 1001000 10110

Color Harmonies of #621055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621055

Black with #621055

Text Example


Text Example

White with #621055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621055; }

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

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

background-color css

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

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

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

border-color css

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

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

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