Html Css Color HEX #62315F Palatinate Purple

📋 copy color: '#62315F'

red 98 ◦ green 49 ◦ blue 95

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

Shades of Palatinate Purple #62315F

Tints of Palatinate Purple #62315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 40.5%
G = 20.25%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62315F (or 0x62315F) is known color: Palatinate Purple. HEX triplet: 62, 31 and 5F. RGB value is (98,49,95). Sum of RGB (Red+Green+Blue) = 98+49+95=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62315F is #9DCEA0. Grayscale: #444444. Windows color (decimal): -10342049 or 6238562. OLE color: 6238562.

HSL color Cylindrical-coordinate representation of color #62315F: hue angle of 303.67º 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 #62315F is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 49 95 -
CMYK 0 0.5 0.03 0.62
HSL 303.67º 0.33% 0.29% -
HSV(B) 303.67º 0.5% 0.38% -
XYZ 8.2 5.62 11.48 -
YUV 68.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 98 49 95 0 0.5 0.03 0.62 303.67 0.33 0.29
Hex 62 31 5F 0 32 3 3E 130 21 1D
Octal 142 61 137 0 62 3 76 460 41 35
Binary 1100010 110001 1011111 0 110010 11 111110 100110000 100001 11101

Color Harmonies of #62315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62315F

Black with #62315F

Text Example


Text Example

White with #62315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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