Html Css Color HEX #62355D Palatinate Purple

📋 copy color: '#62355D'

red 98 ◦ green 53 ◦ blue 93

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

Shades of Palatinate Purple #62355D

Tints of Palatinate Purple #62355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 40.16%
G = 21.72%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62355D (or 0x62355D) is known color: Palatinate Purple. HEX triplet: 62, 35 and 5D. RGB value is (98,53,93). Sum of RGB (Red+Green+Blue) = 98+53+93=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62355D is #9DCAA2. Grayscale: #464646. Windows color (decimal): -10341027 or 6108514. OLE color: 6108514.

HSL color Cylindrical-coordinate representation of color #62355D: hue angle of 306.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62355D is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 53 93 -
CMYK 0 0.46 0.05 0.62
HSL 306.67º 0.3% 0.3% -
HSV(B) 306.67º 0.46% 0.38% -
XYZ 8.29 5.93 11.06 -
YUV 71.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 98 53 93 0 0.46 0.05 0.62 306.67 0.3 0.3
Hex 62 35 5D 0 2E 5 3E 133 1E 1E
Octal 142 65 135 0 56 5 76 463 36 36
Binary 1100010 110101 1011101 0 101110 101 111110 100110011 11110 11110

Color Harmonies of #62355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62355D

Black with #62355D

Text Example


Text Example

White with #62355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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