Html Css Color HEX #622262 Palatinate Purple

📋 copy color: '#622262'

red 98 ◦ green 34 ◦ blue 98

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

Shades of Palatinate Purple #622262

Tints of Palatinate Purple #622262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 42.61%
G = 14.78%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#622262 (or 0x622262) is known color: Palatinate Purple. HEX triplet: 62, 22 and 62. RGB value is (98,34,98). Sum of RGB (Red+Green+Blue) = 98+34+98=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #622262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622262 is #9DDD9D. Grayscale: #3C3C3C. Windows color (decimal): -10345886 or 6431330. OLE color: 6431330.

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

Color convert

RGB 98 34 98 -
CMYK 0 0.65 0 0.62
HSL 300º 0.48% 0.26% -
HSV(B) 300º 0.65% 0.38% -
XYZ 7.81 4.62 12.04 -
YUV 60.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 98 34 98 0 0.65 0 0.62 300 0.48 0.26
Hex 62 22 62 0 41 0 3E 12C 30 1A
Octal 142 42 142 0 101 0 76 454 60 32
Binary 1100010 100010 1100010 0 1000001 0 111110 100101100 110000 11010

Color Harmonies of #622262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622262

Black with #622262

Text Example


Text Example

White with #622262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622262; }

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

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

background-color css

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

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

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

border-color css

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

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

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