Html Css Color HEX #712962 Palatinate Purple

📋 copy color: '#712962'

red 113 ◦ green 41 ◦ blue 98

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

Shades of Palatinate Purple #712962

Tints of Palatinate Purple #712962

RGB

 RED value IS 113 (44.53% from 255) = 44.84%

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 98 (38.67% from 255) = 38.89%

R = 44.84%
G = 16.27%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#712962 (or 0x712962) is known color: Palatinate Purple. HEX triplet: 71, 29 and 62. RGB value is (113,41,98). Sum of RGB (Red+Green+Blue) = 113+41+98=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #712962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712962 is #8ED69D. Grayscale: #444444. Windows color (decimal): -9361054 or 6433137. OLE color: 6433137.

HSL color Cylindrical-coordinate representation of color #712962: hue angle of 312.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712962 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 98 -
CMYK 0 0.64 0.13 0.56
HSL 312.5º 0.47% 0.3% -
HSV(B) 312.5º 0.64% 0.44% -
XYZ 9.81 5.98 12.19 -
YUV 69.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 113 41 98 0 0.64 0.13 0.56 312.5 0.47 0.3
Hex 71 29 62 0 40 D 38 138 2F 1E
Octal 161 51 142 0 100 15 70 470 57 36
Binary 1110001 101001 1100010 0 1000000 1101 111000 100111000 101111 11110

Color Harmonies of #712962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712962

Black with #712962

Text Example


Text Example

White with #712962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712962; }

 p { color: rgb(113,41,98); }

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

background-color css

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

 a { background-color: rgb(113,41,98); }

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

border-color css

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

 span { border-color: rgb(113,41,98); }

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