Html Css Color HEX #62375C Palatinate Purple

📋 copy color: '#62375C'

red 98 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #62375C

Tints of Palatinate Purple #62375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 40%
G = 22.45%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62375C (or 0x62375C) is known color: Palatinate Purple. HEX triplet: 62, 37 and 5C. RGB value is (98,55,92). Sum of RGB (Red+Green+Blue) = 98+55+92=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62375C is #9DC8A3. Grayscale: #474747. Windows color (decimal): -10340516 or 6043490. OLE color: 6043490.

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

Color convert

RGB 98 55 92 -
CMYK 0 0.44 0.06 0.62
HSL 308.37º 0.28% 0.3% -
HSV(B) 308.37º 0.44% 0.38% -
XYZ 8.33 6.1 10.86 -
YUV 72.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 98 55 92 0 0.44 0.06 0.62 308.37 0.28 0.3
Hex 62 37 5C 0 2C 6 3E 134 1C 1E
Octal 142 67 134 0 54 6 76 464 34 36
Binary 1100010 110111 1011100 0 101100 110 111110 100110100 11100 11110

Color Harmonies of #62375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62375C

Black with #62375C

Text Example


Text Example

White with #62375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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