Html Css Color HEX #62285F Palatinate Purple

📋 copy color: '#62285F'

red 98 ◦ green 40 ◦ blue 95

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

Shades of Palatinate Purple #62285F

Tints of Palatinate Purple #62285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 42.06%
G = 17.17%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62285F (or 0x62285F) is known color: Palatinate Purple. HEX triplet: 62, 28 and 5F. RGB value is (98,40,95). Sum of RGB (Red+Green+Blue) = 98+40+95=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #62285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62285F is #9DD7A0. Grayscale: #3F3F3F. Windows color (decimal): -10344353 or 6236258. OLE color: 6236258.

HSL color Cylindrical-coordinate representation of color #62285F: hue angle of 303.1º 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 #62285F is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 40 95 -
CMYK 0 0.59 0.03 0.62
HSL 303.1º 0.42% 0.27% -
HSV(B) 303.1º 0.59% 0.38% -
XYZ 7.86 4.94 11.37 -
YUV 63.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 98 40 95 0 0.59 0.03 0.62 303.1 0.42 0.27
Hex 62 28 5F 0 3B 3 3E 12F 2A 1B
Octal 142 50 137 0 73 3 76 457 52 33
Binary 1100010 101000 1011111 0 111011 11 111110 100101111 101010 11011

Color Harmonies of #62285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62285F

Black with #62285F

Text Example


Text Example

White with #62285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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