Html Css Color HEX #712461 Palatinate Purple

📋 copy color: '#712461'

red 113 ◦ green 36 ◦ blue 97

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

Shades of Palatinate Purple #712461

Tints of Palatinate Purple #712461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 45.93%
G = 14.63%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#712461 (or 0x712461) is known color: Palatinate Purple. HEX triplet: 71, 24 and 61. RGB value is (113,36,97). Sum of RGB (Red+Green+Blue) = 113+36+97=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #712461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712461 is #8EDB9E. Grayscale: #414141. Windows color (decimal): -9362335 or 6366321. OLE color: 6366321.

HSL color Cylindrical-coordinate representation of color #712461: hue angle of 312.47º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712461 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 97 -
CMYK 0 0.68 0.14 0.56
HSL 312.47º 0.52% 0.29% -
HSV(B) 312.47º 0.68% 0.44% -
XYZ 9.6 5.64 11.89 -
YUV 65.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 113 36 97 0 0.68 0.14 0.56 312.47 0.52 0.29
Hex 71 24 61 0 44 E 38 138 34 1D
Octal 161 44 141 0 104 16 70 470 64 35
Binary 1110001 100100 1100001 0 1000100 1110 111000 100111000 110100 11101

Color Harmonies of #712461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712461

Black with #712461

Text Example


Text Example

White with #712461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712461; }

 p { color: rgb(113,36,97); }

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

background-color css

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

 a { background-color: rgb(113,36,97); }

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

border-color css

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

 span { border-color: rgb(113,36,97); }

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