Html Css Color HEX #62365B Palatinate Purple

📋 copy color: '#62365B'

red 98 ◦ green 54 ◦ blue 91

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

Shades of Palatinate Purple #62365B

Tints of Palatinate Purple #62365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

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

R = 40.33%
G = 22.22%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62365B (or 0x62365B) is known color: Palatinate Purple. HEX triplet: 62, 36 and 5B. RGB value is (98,54,91). Sum of RGB (Red+Green+Blue) = 98+54+91=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62365B is #9DC9A4. Grayscale: #474747. Windows color (decimal): -10340773 or 5977698. OLE color: 5977698.

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

Color convert

RGB 98 54 91 -
CMYK 0 0.45 0.07 0.62
HSL 309.55º 0.29% 0.3% -
HSV(B) 309.55º 0.45% 0.38% -
XYZ 8.24 5.99 10.62 -
YUV 71.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 98 54 91 0 0.45 0.07 0.62 309.55 0.29 0.3
Hex 62 36 5B 0 2D 7 3E 136 1D 1E
Octal 142 66 133 0 55 7 76 466 35 36
Binary 1100010 110110 1011011 0 101101 111 111110 100110110 11101 11110

Color Harmonies of #62365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62365B

Black with #62365B

Text Example


Text Example

White with #62365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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