Html Css Color HEX #622055 Palatinate Purple

📋 copy color: '#622055'

red 98 ◦ green 32 ◦ blue 85

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

Shades of Palatinate Purple #622055

Tints of Palatinate Purple #622055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

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

R = 45.58%
G = 14.88%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#622055 (or 0x622055) is known color: Palatinate Purple. HEX triplet: 62, 20 and 55. RGB value is (98,32,85). Sum of RGB (Red+Green+Blue) = 98+32+85=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #622055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622055 is #9DDFAA. Grayscale: #393939. Windows color (decimal): -10346411 or 5578850. OLE color: 5578850.

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

Color convert

RGB 98 32 85 -
CMYK 0 0.67 0.13 0.62
HSL 311.82º 0.51% 0.25% -
HSV(B) 311.82º 0.67% 0.38% -
XYZ 7.19 4.29 9.04 -
YUV 57.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 98 32 85 0 0.67 0.13 0.62 311.82 0.51 0.25
Hex 62 20 55 0 43 D 3E 138 33 19
Octal 142 40 125 0 103 15 76 470 63 31
Binary 1100010 100000 1010101 0 1000011 1101 111110 100111000 110011 11001

Color Harmonies of #622055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622055

Black with #622055

Text Example


Text Example

White with #622055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622055; }

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

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

background-color css

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

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

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

border-color css

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

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

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