Html Css Color HEX #62285D Palatinate Purple

📋 copy color: '#62285D'

red 98 ◦ green 40 ◦ blue 93

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

Shades of Palatinate Purple #62285D

Tints of Palatinate Purple #62285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

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

R = 42.42%
G = 17.32%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62285D (or 0x62285D) is known color: Palatinate Purple. HEX triplet: 62, 28 and 5D. RGB value is (98,40,93). Sum of RGB (Red+Green+Blue) = 98+40+93=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #62285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62285D is #9DD7A2. Grayscale: #3F3F3F. Windows color (decimal): -10344355 or 6105186. OLE color: 6105186.

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

Color convert

RGB 98 40 93 -
CMYK 0 0.59 0.05 0.62
HSL 305.17º 0.42% 0.27% -
HSV(B) 305.17º 0.59% 0.38% -
XYZ 7.77 4.9 10.89 -
YUV 63.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 98 40 93 0 0.59 0.05 0.62 305.17 0.42 0.27
Hex 62 28 5D 0 3B 5 3E 131 2A 1B
Octal 142 50 135 0 73 5 76 461 52 33
Binary 1100010 101000 1011101 0 111011 101 111110 100110001 101010 11011

Color Harmonies of #62285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62285D

Black with #62285D

Text Example


Text Example

White with #62285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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