Html Css Color HEX #62365C Palatinate Purple

📋 copy color: '#62365C'

red 98 ◦ green 54 ◦ blue 92

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

Shades of Palatinate Purple #62365C

Tints of Palatinate Purple #62365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 40.16%
G = 22.13%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62365C (or 0x62365C) is known color: Palatinate Purple. HEX triplet: 62, 36 and 5C. RGB value is (98,54,92). Sum of RGB (Red+Green+Blue) = 98+54+92=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62365C is #9DC9A3. Grayscale: #474747. Windows color (decimal): -10340772 or 6043234. OLE color: 6043234.

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

Color convert

RGB 98 54 92 -
CMYK 0 0.45 0.06 0.62
HSL 308.18º 0.29% 0.3% -
HSV(B) 308.18º 0.45% 0.38% -
XYZ 8.29 6.01 10.85 -
YUV 71.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 98 54 92 0 0.45 0.06 0.62 308.18 0.29 0.3
Hex 62 36 5C 0 2D 6 3E 134 1D 1E
Octal 142 66 134 0 55 6 76 464 35 36
Binary 1100010 110110 1011100 0 101101 110 111110 100110100 11101 11110

Color Harmonies of #62365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62365C

Black with #62365C

Text Example


Text Example

White with #62365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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