Html Css Color HEX #712967 Palatinate Purple

📋 copy color: '#712967'

red 113 ◦ green 41 ◦ blue 103

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

Shades of Palatinate Purple #712967

Tints of Palatinate Purple #712967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 43.97%
G = 15.95%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#712967 (or 0x712967) is known color: Palatinate Purple. HEX triplet: 71, 29 and 67. RGB value is (113,41,103). Sum of RGB (Red+Green+Blue) = 113+41+103=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #712967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712967 is #8ED698. Grayscale: #454545. Windows color (decimal): -9361049 or 6760817. OLE color: 6760817.

HSL color Cylindrical-coordinate representation of color #712967: hue angle of 308.33º 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 #712967 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 103 -
CMYK 0 0.64 0.09 0.56
HSL 308.33º 0.47% 0.3% -
HSV(B) 308.33º 0.64% 0.44% -
XYZ 10.05 6.08 13.47 -
YUV 69.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 113 41 103 0 0.64 0.09 0.56 308.33 0.47 0.3
Hex 71 29 67 0 40 9 38 134 2F 1E
Octal 161 51 147 0 100 11 70 464 57 36
Binary 1110001 101001 1100111 0 1000000 1001 111000 100110100 101111 11110

Color Harmonies of #712967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712967

Black with #712967

Text Example


Text Example

White with #712967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712967; }

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

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

background-color css

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

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

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

border-color css

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

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

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