Html Css Color HEX #622058 Palatinate Purple

📋 copy color: '#622058'

red 98 ◦ green 32 ◦ blue 88

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

Shades of Palatinate Purple #622058

Tints of Palatinate Purple #622058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 44.95%
G = 14.68%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#622058 (or 0x622058) is known color: Palatinate Purple. HEX triplet: 62, 20 and 58. RGB value is (98,32,88). Sum of RGB (Red+Green+Blue) = 98+32+88=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #622058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622058 is #9DDFA7. Grayscale: #393939. Windows color (decimal): -10346408 or 5775458. OLE color: 5775458.

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

Color convert

RGB 98 32 88 -
CMYK 0 0.67 0.10 0.62
HSL 309.09º 0.51% 0.25% -
HSV(B) 309.09º 0.67% 0.38% -
XYZ 7.31 4.33 9.68 -
YUV 58.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 98 32 88 0 0.67 0.10 0.62 309.09 0.51 0.25
Hex 62 20 58 0 43 A 3E 135 33 19
Octal 142 40 130 0 103 12 76 465 63 31
Binary 1100010 100000 1011000 0 1000011 1010 111110 100110101 110011 11001

Color Harmonies of #622058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622058

Black with #622058

Text Example


Text Example

White with #622058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622058; }

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

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

background-color css

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

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

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

border-color css

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

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

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