Html Css Color HEX #711C67 Palatinate Purple

📋 copy color: '#711C67'

red 113 ◦ green 28 ◦ blue 103

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

Shades of Palatinate Purple #711C67

Tints of Palatinate Purple #711C67

RGB

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

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

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

R = 46.31%
G = 11.48%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#711C67 (or 0x711C67) is known color: Palatinate Purple. HEX triplet: 71, 1C and 67. RGB value is (113,28,103). Sum of RGB (Red+Green+Blue) = 113+28+103=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #711C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C67 is #8EE398. Grayscale: #3D3D3D. Windows color (decimal): -9364377 or 6757489. OLE color: 6757489.

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

Color convert

RGB 113 28 103 -
CMYK 0 0.75 0.09 0.56
HSL 307.06º 0.6% 0.28% -
HSV(B) 307.06º 0.75% 0.44% -
XYZ 9.67 5.32 13.35 -
YUV 61.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 113 28 103 0 0.75 0.09 0.56 307.06 0.6 0.28
Hex 71 1C 67 0 4B 9 38 133 3C 1C
Octal 161 34 147 0 113 11 70 463 74 34
Binary 1110001 11100 1100111 0 1001011 1001 111000 100110011 111100 11100

Color Harmonies of #711C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C67

Black with #711C67

Text Example


Text Example

White with #711C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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