Html Css Color HEX #62225E Palatinate Purple

📋 copy color: '#62225E'

red 98 ◦ green 34 ◦ blue 94

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

Shades of Palatinate Purple #62225E

Tints of Palatinate Purple #62225E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.59%

R = 43.36%
G = 15.04%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#62225E (or 0x62225E) is known color: Palatinate Purple. HEX triplet: 62, 22 and 5E. RGB value is (98,34,94). Sum of RGB (Red+Green+Blue) = 98+34+94=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62225E is #9DDDA1. Grayscale: #3B3B3B. Windows color (decimal): -10345890 or 6169186. OLE color: 6169186.

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

Color convert

RGB 98 34 94 -
CMYK 0 0.65 0.04 0.62
HSL 303.75º 0.48% 0.26% -
HSV(B) 303.75º 0.65% 0.38% -
XYZ 7.63 4.55 11.07 -
YUV 59.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 98 34 94 0 0.65 0.04 0.62 303.75 0.48 0.26
Hex 62 22 5E 0 41 4 3E 130 30 1A
Octal 142 42 136 0 101 4 76 460 60 32
Binary 1100010 100010 1011110 0 1000001 100 111110 100110000 110000 11010

Color Harmonies of #62225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62225E

Black with #62225E

Text Example


Text Example

White with #62225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62225E; }

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

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

background-color css

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

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

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

border-color css

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

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

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