Html Css Color HEX #62245D Palatinate Purple

📋 copy color: '#62245D'

red 98 ◦ green 36 ◦ blue 93

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

Shades of Palatinate Purple #62245D

Tints of Palatinate Purple #62245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 43.17%
G = 15.86%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62245D (or 0x62245D) is known color: Palatinate Purple. HEX triplet: 62, 24 and 5D. RGB value is (98,36,93). Sum of RGB (Red+Green+Blue) = 98+36+93=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #62245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62245D is #9DDBA2. Grayscale: #3C3C3C. Windows color (decimal): -10345379 or 6104162. OLE color: 6104162.

HSL color Cylindrical-coordinate representation of color #62245D: hue angle of 304.84º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62245D is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 36 93 -
CMYK 0 0.63 0.05 0.62
HSL 304.84º 0.46% 0.26% -
HSV(B) 304.84º 0.63% 0.38% -
XYZ 7.64 4.65 10.85 -
YUV 61.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 98 36 93 0 0.63 0.05 0.62 304.84 0.46 0.26
Hex 62 24 5D 0 3F 5 3E 131 2E 1A
Octal 142 44 135 0 77 5 76 461 56 32
Binary 1100010 100100 1011101 0 111111 101 111110 100110001 101110 11010

Color Harmonies of #62245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62245D

Black with #62245D

Text Example


Text Example

White with #62245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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