Html Css Color HEX #62285B Palatinate Purple

📋 copy color: '#62285B'

red 98 ◦ green 40 ◦ blue 91

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

Shades of Palatinate Purple #62285B

Tints of Palatinate Purple #62285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 42.79%
G = 17.47%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62285B (or 0x62285B) is known color: Palatinate Purple. HEX triplet: 62, 28 and 5B. RGB value is (98,40,91). Sum of RGB (Red+Green+Blue) = 98+40+91=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #62285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62285B is #9DD7A4. Grayscale: #3F3F3F. Windows color (decimal): -10344357 or 5974114. OLE color: 5974114.

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

Color convert

RGB 98 40 91 -
CMYK 0 0.59 0.07 0.62
HSL 307.24º 0.42% 0.27% -
HSV(B) 307.24º 0.59% 0.38% -
XYZ 7.68 4.87 10.43 -
YUV 63.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 98 40 91 0 0.59 0.07 0.62 307.24 0.42 0.27
Hex 62 28 5B 0 3B 7 3E 133 2A 1B
Octal 142 50 133 0 73 7 76 463 52 33
Binary 1100010 101000 1011011 0 111011 111 111110 100110011 101010 11011

Color Harmonies of #62285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62285B

Black with #62285B

Text Example


Text Example

White with #62285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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