Html Css Color HEX #711265 Palatinate Purple

📋 copy color: '#711265'

red 113 ◦ green 18 ◦ blue 101

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

Shades of Palatinate Purple #711265

Tints of Palatinate Purple #711265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 48.71%
G = 7.76%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#711265 (or 0x711265) is known color: Palatinate Purple. HEX triplet: 71, 12 and 65. RGB value is (113,18,101). Sum of RGB (Red+Green+Blue) = 113+18+101=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #711265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711265 is #8EED9A. Grayscale: #373737. Windows color (decimal): -9366939 or 6623857. OLE color: 6623857.

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

Color convert

RGB 113 18 101 -
CMYK 0 0.84 0.11 0.56
HSL 307.58º 0.73% 0.26% -
HSV(B) 307.58º 0.84% 0.44% -
XYZ 9.38 4.88 12.76 -
YUV 55.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 113 18 101 0 0.84 0.11 0.56 307.58 0.73 0.26
Hex 71 12 65 0 54 B 38 134 49 1A
Octal 161 22 145 0 124 13 70 464 111 32
Binary 1110001 10010 1100101 0 1010100 1011 111000 100110100 1001001 11010

Color Harmonies of #711265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711265

Black with #711265

Text Example


Text Example

White with #711265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711265; }

 p { color: rgb(113,18,101); }

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

background-color css

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

 a { background-color: rgb(113,18,101); }

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

border-color css

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

 span { border-color: rgb(113,18,101); }

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