Html Css Color HEX #62225D Palatinate Purple

📋 copy color: '#62225D'

red 98 ◦ green 34 ◦ blue 93

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

Shades of Palatinate Purple #62225D

Tints of Palatinate Purple #62225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.33%

R = 43.56%
G = 15.11%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62225D (or 0x62225D) is known color: Palatinate Purple. HEX triplet: 62, 22 and 5D. RGB value is (98,34,93). Sum of RGB (Red+Green+Blue) = 98+34+93=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62225D is #9DDDA2. Grayscale: #3B3B3B. Windows color (decimal): -10345891 or 6103650. OLE color: 6103650.

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

Color convert

RGB 98 34 93 -
CMYK 0 0.65 0.05 0.62
HSL 304.69º 0.48% 0.26% -
HSV(B) 304.69º 0.65% 0.38% -
XYZ 7.58 4.53 10.83 -
YUV 59.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 98 34 93 0 0.65 0.05 0.62 304.69 0.48 0.26
Hex 62 22 5D 0 41 5 3E 131 30 1A
Octal 142 42 135 0 101 5 76 461 60 32
Binary 1100010 100010 1011101 0 1000001 101 111110 100110001 110000 11010

Color Harmonies of #62225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62225D

Black with #62225D

Text Example


Text Example

White with #62225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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