Html Css Color HEX #712F66 Palatinate Purple

📋 copy color: '#712F66'

red 113 ◦ green 47 ◦ blue 102

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

Shades of Palatinate Purple #712F66

Tints of Palatinate Purple #712F66

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.94%

 BLUE value IS 102 (40.23% from 255) = 38.93%

R = 43.13%
G = 17.94%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#712F66 (or 0x712F66) is known color: Palatinate Purple. HEX triplet: 71, 2F and 66. RGB value is (113,47,102). Sum of RGB (Red+Green+Blue) = 113+47+102=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #712F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F66 is #8ED099. Grayscale: #484848. Windows color (decimal): -9359514 or 6696817. OLE color: 6696817.

HSL color Cylindrical-coordinate representation of color #712F66: hue angle of 310º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F66 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 102 -
CMYK 0 0.58 0.10 0.56
HSL 310º 0.41% 0.31% -
HSV(B) 310º 0.58% 0.44% -
XYZ 10.22 6.5 13.29 -
YUV 73 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 113 47 102 0 0.58 0.10 0.56 310 0.41 0.31
Hex 71 2F 66 0 3A A 38 136 29 1F
Octal 161 57 146 0 72 12 70 466 51 37
Binary 1110001 101111 1100110 0 111010 1010 111000 100110110 101001 11111

Color Harmonies of #712F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F66

Black with #712F66

Text Example


Text Example

White with #712F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F66; }

 p { color: rgb(113,47,102); }

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

background-color css

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

 a { background-color: rgb(113,47,102); }

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

border-color css

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

 span { border-color: rgb(113,47,102); }

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