Html Css Color HEX #62315C Palatinate Purple

📋 copy color: '#62315C'

red 98 ◦ green 49 ◦ blue 92

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

Shades of Palatinate Purple #62315C

Tints of Palatinate Purple #62315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

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

R = 41%
G = 20.5%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62315C (or 0x62315C) is known color: Palatinate Purple. HEX triplet: 62, 31 and 5C. RGB value is (98,49,92). Sum of RGB (Red+Green+Blue) = 98+49+92=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 98 - color contains mainly: red. Hex color #62315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62315C is #9DCEA3. Grayscale: #444444. Windows color (decimal): -10342052 or 6041954. OLE color: 6041954.

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

Color convert

RGB 98 49 92 -
CMYK 0 0.5 0.06 0.62
HSL 307.35º 0.33% 0.29% -
HSV(B) 307.35º 0.5% 0.38% -
XYZ 8.07 5.57 10.77 -
YUV 68.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 98 49 92 0 0.5 0.06 0.62 307.35 0.33 0.29
Hex 62 31 5C 0 32 6 3E 133 21 1D
Octal 142 61 134 0 62 6 76 463 41 35
Binary 1100010 110001 1011100 0 110010 110 111110 100110011 100001 11101

Color Harmonies of #62315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62315C

Black with #62315C

Text Example


Text Example

White with #62315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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