Html Css Color HEX #62175C Palatinate Purple

📋 copy color: '#62175C'

red 98 ◦ green 23 ◦ blue 92

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

Shades of Palatinate Purple #62175C

Tints of Palatinate Purple #62175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

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

R = 46.01%
G = 10.8%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62175C (or 0x62175C) is known color: Palatinate Purple. HEX triplet: 62, 17 and 5C. RGB value is (98,23,92). Sum of RGB (Red+Green+Blue) = 98+23+92=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62175C is #9DE8A3. Grayscale: #353535. Windows color (decimal): -10348708 or 6035298. OLE color: 6035298.

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

Color convert

RGB 98 23 92 -
CMYK 0 0.77 0.06 0.62
HSL 304.8º 0.62% 0.24% -
HSV(B) 304.8º 0.77% 0.38% -
XYZ 7.28 3.98 10.51 -
YUV 53.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 98 23 92 0 0.77 0.06 0.62 304.8 0.62 0.24
Hex 62 17 5C 0 4D 6 3E 131 3E 18
Octal 142 27 134 0 115 6 76 461 76 30
Binary 1100010 10111 1011100 0 1001101 110 111110 100110001 111110 11000

Color Harmonies of #62175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62175C

Black with #62175C

Text Example


Text Example

White with #62175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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