Html Css Color HEX #62385C Palatinate Purple

📋 copy color: '#62385C'

red 98 ◦ green 56 ◦ blue 92

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

Shades of Palatinate Purple #62385C

Tints of Palatinate Purple #62385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.76%

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

R = 39.84%
G = 22.76%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62385C (or 0x62385C) is known color: Palatinate Purple. HEX triplet: 62, 38 and 5C. RGB value is (98,56,92). Sum of RGB (Red+Green+Blue) = 98+56+92=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #62385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62385C is #9DC7A3. Grayscale: #484848. Windows color (decimal): -10340260 or 6043746. OLE color: 6043746.

HSL color Cylindrical-coordinate representation of color #62385C: hue angle of 308.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62385C is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 56 92 -
CMYK 0 0.43 0.06 0.62
HSL 308.57º 0.27% 0.3% -
HSV(B) 308.57º 0.43% 0.38% -
XYZ 8.38 6.2 10.88 -
YUV 72.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 98 56 92 0 0.43 0.06 0.62 308.57 0.27 0.3
Hex 62 38 5C 0 2B 6 3E 135 1B 1E
Octal 142 70 134 0 53 6 76 465 33 36
Binary 1100010 111000 1011100 0 101011 110 111110 100110101 11011 11110

Color Harmonies of #62385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62385C

Black with #62385C

Text Example


Text Example

White with #62385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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