Html Css Color HEX #62365D Palatinate Purple

📋 copy color: '#62365D'

red 98 ◦ green 54 ◦ blue 93

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

Shades of Palatinate Purple #62365D

Tints of Palatinate Purple #62365D

RGB

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

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

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

R = 40%
G = 22.04%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62365D (or 0x62365D) is known color: Palatinate Purple. HEX triplet: 62, 36 and 5D. RGB value is (98,54,93). Sum of RGB (Red+Green+Blue) = 98+54+93=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62365D is #9DC9A2. Grayscale: #474747. Windows color (decimal): -10340771 or 6108770. OLE color: 6108770.

HSL color Cylindrical-coordinate representation of color #62365D: hue angle of 306.82º 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 #62365D is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 54 93 -
CMYK 0 0.45 0.05 0.62
HSL 306.82º 0.29% 0.3% -
HSV(B) 306.82º 0.45% 0.38% -
XYZ 8.33 6.03 11.08 -
YUV 71.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 98 54 93 0 0.45 0.05 0.62 306.82 0.29 0.3
Hex 62 36 5D 0 2D 5 3E 133 1D 1E
Octal 142 66 135 0 55 5 76 463 35 36
Binary 1100010 110110 1011101 0 101101 101 111110 100110011 11101 11110

Color Harmonies of #62365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62365D

Black with #62365D

Text Example


Text Example

White with #62365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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