Html Css Color HEX #711C68 Palatinate Purple

📋 copy color: '#711C68'

red 113 ◦ green 28 ◦ blue 104

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

Shades of Palatinate Purple #711C68

Tints of Palatinate Purple #711C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 46.12%
G = 11.43%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#711C68 (or 0x711C68) is known color: Palatinate Purple. HEX triplet: 71, 1C and 68. RGB value is (113,28,104). Sum of RGB (Red+Green+Blue) = 113+28+104=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #711C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C68 is #8EE397. Grayscale: #3D3D3D. Windows color (decimal): -9364376 or 6823025. OLE color: 6823025.

HSL color Cylindrical-coordinate representation of color #711C68: hue angle of 306.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C68 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 28 104 -
CMYK 0 0.75 0.08 0.56
HSL 306.35º 0.6% 0.28% -
HSV(B) 306.35º 0.75% 0.44% -
XYZ 9.72 5.34 13.62 -
YUV 62.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 113 28 104 0 0.75 0.08 0.56 306.35 0.6 0.28
Hex 71 1C 68 0 4B 8 38 132 3C 1C
Octal 161 34 150 0 113 10 70 462 74 34
Binary 1110001 11100 1101000 0 1001011 1000 111000 100110010 111100 11100

Color Harmonies of #711C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C68

Black with #711C68

Text Example


Text Example

White with #711C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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