Html Css Color HEX #712B6B Palatinate Purple

📋 copy color: '#712B6B'

red 113 ◦ green 43 ◦ blue 107

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

Shades of Palatinate Purple #712B6B

Tints of Palatinate Purple #712B6B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.35%

 BLUE value IS 107 (42.19% from 255) = 40.68%

R = 42.97%
G = 16.35%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#712B6B (or 0x712B6B) is known color: Palatinate Purple. HEX triplet: 71, 2B and 6B. RGB value is (113,43,107). Sum of RGB (Red+Green+Blue) = 113+43+107=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #712B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712B6B is #8ED494. Grayscale: #474747. Windows color (decimal): -9360533 or 7023473. OLE color: 7023473.

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

Color convert

RGB 113 43 107 -
CMYK 0 0.62 0.05 0.56
HSL 305.14º 0.45% 0.31% -
HSV(B) 305.14º 0.62% 0.44% -
XYZ 10.33 6.3 14.58 -
YUV 71.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 113 43 107 0 0.62 0.05 0.56 305.14 0.45 0.31
Hex 71 2B 6B 0 3E 5 38 131 2D 1F
Octal 161 53 153 0 76 5 70 461 55 37
Binary 1110001 101011 1101011 0 111110 101 111000 100110001 101101 11111

Color Harmonies of #712B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B6B

Black with #712B6B

Text Example


Text Example

White with #712B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,43,107); }

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

background-color css

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

 a { background-color: rgb(113,43,107); }

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

border-color css

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

 span { border-color: rgb(113,43,107); }

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