Html Css Color HEX #712668 Palatinate Purple

📋 copy color: '#712668'

red 113 ◦ green 38 ◦ blue 104

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

Shades of Palatinate Purple #712668

Tints of Palatinate Purple #712668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 44.31%
G = 14.9%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#712668 (or 0x712668) is known color: Palatinate Purple. HEX triplet: 71, 26 and 68. RGB value is (113,38,104). Sum of RGB (Red+Green+Blue) = 113+38+104=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #712668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712668 is #8ED997. Grayscale: #434343. Windows color (decimal): -9361816 or 6825585. OLE color: 6825585.

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

Color convert

RGB 113 38 104 -
CMYK 0 0.66 0.08 0.56
HSL 307.2º 0.5% 0.3% -
HSV(B) 307.2º 0.66% 0.44% -
XYZ 10 5.9 13.71 -
YUV 67.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 113 38 104 0 0.66 0.08 0.56 307.2 0.5 0.3
Hex 71 26 68 0 42 8 38 133 32 1E
Octal 161 46 150 0 102 10 70 463 62 36
Binary 1110001 100110 1101000 0 1000010 1000 111000 100110011 110010 11110

Color Harmonies of #712668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712668

Black with #712668

Text Example


Text Example

White with #712668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712668; }

 p { color: rgb(113,38,104); }

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

background-color css

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

 a { background-color: rgb(113,38,104); }

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

border-color css

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

 span { border-color: rgb(113,38,104); }

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