Html Css Color HEX #622253 Palatinate Purple

📋 copy color: '#622253'

red 98 ◦ green 34 ◦ blue 83

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

Shades of Palatinate Purple #622253

Tints of Palatinate Purple #622253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

 BLUE value IS 83 (32.81% from 255) = 38.6%

R = 45.58%
G = 15.81%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#622253 (or 0x622253) is known color: Palatinate Purple. HEX triplet: 62, 22 and 53. RGB value is (98,34,83). Sum of RGB (Red+Green+Blue) = 98+34+83=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #622253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622253 is #9DDDAC. Grayscale: #3A3A3A. Windows color (decimal): -10345901 or 5448290. OLE color: 5448290.

HSL color Cylindrical-coordinate representation of color #622253: hue angle of 314.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622253 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 34 83 -
CMYK 0 0.65 0.15 0.62
HSL 314.06º 0.48% 0.26% -
HSV(B) 314.06º 0.65% 0.38% -
XYZ 7.17 4.37 8.65 -
YUV 58.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 98 34 83 0 0.65 0.15 0.62 314.06 0.48 0.26
Hex 62 22 53 0 41 F 3E 13A 30 1A
Octal 142 42 123 0 101 17 76 472 60 32
Binary 1100010 100010 1010011 0 1000001 1111 111110 100111010 110000 11010

Color Harmonies of #622253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622253

Black with #622253

Text Example


Text Example

White with #622253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622253; }

 p { color: rgb(98,34,83); }

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

background-color css

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

 a { background-color: rgb(98,34,83); }

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

border-color css

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

 span { border-color: rgb(98,34,83); }

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