Html Css Color HEX #711468 Palatinate Purple

📋 copy color: '#711468'

red 113 ◦ green 20 ◦ blue 104

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

Shades of Palatinate Purple #711468

Tints of Palatinate Purple #711468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 47.68%
G = 8.44%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#711468 (or 0x711468) is known color: Palatinate Purple. HEX triplet: 71, 14 and 68. RGB value is (113,20,104). Sum of RGB (Red+Green+Blue) = 113+20+104=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #711468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711468 is #8EEB97. Grayscale: #393939. Windows color (decimal): -9366424 or 6820977. OLE color: 6820977.

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

Color convert

RGB 113 20 104 -
CMYK 0 0.82 0.08 0.56
HSL 305.81º 0.7% 0.26% -
HSV(B) 305.81º 0.82% 0.44% -
XYZ 9.56 5.01 13.56 -
YUV 57.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 113 20 104 0 0.82 0.08 0.56 305.81 0.7 0.26
Hex 71 14 68 0 52 8 38 132 46 1A
Octal 161 24 150 0 122 10 70 462 106 32
Binary 1110001 10100 1101000 0 1010010 1000 111000 100110010 1000110 11010

Color Harmonies of #711468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711468

Black with #711468

Text Example


Text Example

White with #711468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711468; }

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

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

background-color css

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

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

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

border-color css

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

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

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