Html Css Color HEX #62355E Palatinate Purple

📋 copy color: '#62355E'

red 98 ◦ green 53 ◦ blue 94

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

Shades of Palatinate Purple #62355E

Tints of Palatinate Purple #62355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.37%

R = 40%
G = 21.63%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#62355E (or 0x62355E) is known color: Palatinate Purple. HEX triplet: 62, 35 and 5E. RGB value is (98,53,94). Sum of RGB (Red+Green+Blue) = 98+53+94=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62355E is #9DCAA1. Grayscale: #474747. Windows color (decimal): -10341026 or 6174050. OLE color: 6174050.

HSL color Cylindrical-coordinate representation of color #62355E: hue angle of 305.33º 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 #62355E is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 53 94 -
CMYK 0 0.46 0.04 0.62
HSL 305.33º 0.3% 0.3% -
HSV(B) 305.33º 0.46% 0.38% -
XYZ 8.33 5.95 11.3 -
YUV 71.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 98 53 94 0 0.46 0.04 0.62 305.33 0.3 0.3
Hex 62 35 5E 0 2E 4 3E 131 1E 1E
Octal 142 65 136 0 56 4 76 461 36 36
Binary 1100010 110101 1011110 0 101110 100 111110 100110001 11110 11110

Color Harmonies of #62355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62355E

Black with #62355E

Text Example


Text Example

White with #62355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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