Html Css Color HEX #621755 Palatinate Purple

📋 copy color: '#621755'

red 98 ◦ green 23 ◦ blue 85

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

Shades of Palatinate Purple #621755

Tints of Palatinate Purple #621755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

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

R = 47.57%
G = 11.17%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#621755 (or 0x621755) is known color: Palatinate Purple. HEX triplet: 62, 17 and 55. RGB value is (98,23,85). Sum of RGB (Red+Green+Blue) = 98+23+85=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #621755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621755 is #9DE8AA. Grayscale: #343434. Windows color (decimal): -10348715 or 5576546. OLE color: 5576546.

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

Color convert

RGB 98 23 85 -
CMYK 0 0.77 0.13 0.62
HSL 310.4º 0.62% 0.24% -
HSV(B) 310.4º 0.77% 0.38% -
XYZ 6.98 3.87 8.97 -
YUV 52.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 98 23 85 0 0.77 0.13 0.62 310.4 0.62 0.24
Hex 62 17 55 0 4D D 3E 136 3E 18
Octal 142 27 125 0 115 15 76 466 76 30
Binary 1100010 10111 1010101 0 1001101 1101 111110 100110110 111110 11000

Color Harmonies of #621755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621755

Black with #621755

Text Example


Text Example

White with #621755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621755; }

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

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

background-color css

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

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

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

border-color css

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

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

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