Html Css Color HEX #712F62 Palatinate Purple

📋 copy color: '#712F62'

red 113 ◦ green 47 ◦ blue 98

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

Shades of Palatinate Purple #712F62

Tints of Palatinate Purple #712F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.22%

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

R = 43.8%
G = 18.22%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#712F62 (or 0x712F62) is known color: Palatinate Purple. HEX triplet: 71, 2F and 62. RGB value is (113,47,98). Sum of RGB (Red+Green+Blue) = 113+47+98=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #712F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F62 is #8ED09D. Grayscale: #484848. Windows color (decimal): -9359518 or 6434673. OLE color: 6434673.

HSL color Cylindrical-coordinate representation of color #712F62: hue angle of 313.64º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F62 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 98 -
CMYK 0 0.58 0.13 0.56
HSL 313.64º 0.41% 0.31% -
HSV(B) 313.64º 0.58% 0.44% -
XYZ 10.03 6.43 12.27 -
YUV 72.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 113 47 98 0 0.58 0.13 0.56 313.64 0.41 0.31
Hex 71 2F 62 0 3A D 38 13A 29 1F
Octal 161 57 142 0 72 15 70 472 51 37
Binary 1110001 101111 1100010 0 111010 1101 111000 100111010 101001 11111

Color Harmonies of #712F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F62

Black with #712F62

Text Example


Text Example

White with #712F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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