Html Css Color HEX #62295D Palatinate Purple

📋 copy color: '#62295D'

red 98 ◦ green 41 ◦ blue 93

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

Shades of Palatinate Purple #62295D

Tints of Palatinate Purple #62295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

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

R = 42.24%
G = 17.67%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62295D (or 0x62295D) is known color: Palatinate Purple. HEX triplet: 62, 29 and 5D. RGB value is (98,41,93). Sum of RGB (Red+Green+Blue) = 98+41+93=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #62295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62295D is #9DD6A2. Grayscale: #3F3F3F. Windows color (decimal): -10344099 or 6105442. OLE color: 6105442.

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

Color convert

RGB 98 41 93 -
CMYK 0 0.58 0.05 0.62
HSL 305.26º 0.41% 0.27% -
HSV(B) 305.26º 0.58% 0.38% -
XYZ 7.81 4.97 10.9 -
YUV 63.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 98 41 93 0 0.58 0.05 0.62 305.26 0.41 0.27
Hex 62 29 5D 0 3A 5 3E 131 29 1B
Octal 142 51 135 0 72 5 76 461 51 33
Binary 1100010 101001 1011101 0 111010 101 111110 100110001 101001 11011

Color Harmonies of #62295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62295D

Black with #62295D

Text Example


Text Example

White with #62295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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