Html Css Color HEX #62375B Palatinate Purple

📋 copy color: '#62375B'

red 98 ◦ green 55 ◦ blue 91

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

Shades of Palatinate Purple #62375B

Tints of Palatinate Purple #62375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

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

R = 40.16%
G = 22.54%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62375B (or 0x62375B) is known color: Palatinate Purple. HEX triplet: 62, 37 and 5B. RGB value is (98,55,91). Sum of RGB (Red+Green+Blue) = 98+55+91=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62375B is #9DC8A4. Grayscale: #474747. Windows color (decimal): -10340517 or 5977954. OLE color: 5977954.

HSL color Cylindrical-coordinate representation of color #62375B: hue angle of 309.77º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62375B is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 55 91 -
CMYK 0 0.44 0.07 0.62
HSL 309.77º 0.28% 0.3% -
HSV(B) 309.77º 0.44% 0.38% -
XYZ 8.29 6.08 10.63 -
YUV 71.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 98 55 91 0 0.44 0.07 0.62 309.77 0.28 0.3
Hex 62 37 5B 0 2C 7 3E 136 1C 1E
Octal 142 67 133 0 54 7 76 466 34 36
Binary 1100010 110111 1011011 0 101100 111 111110 100110110 11100 11110

Color Harmonies of #62375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62375B

Black with #62375B

Text Example


Text Example

White with #62375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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