Html Css Color HEX #712463 Palatinate Purple

📋 copy color: '#712463'

red 113 ◦ green 36 ◦ blue 99

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

Shades of Palatinate Purple #712463

Tints of Palatinate Purple #712463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 45.56%
G = 14.52%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#712463 (or 0x712463) is known color: Palatinate Purple. HEX triplet: 71, 24 and 63. RGB value is (113,36,99). Sum of RGB (Red+Green+Blue) = 113+36+99=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #712463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712463 is #8EDB9C. Grayscale: #424242. Windows color (decimal): -9362333 or 6497393. OLE color: 6497393.

HSL color Cylindrical-coordinate representation of color #712463: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712463 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 99 -
CMYK 0 0.68 0.12 0.56
HSL 310.91º 0.52% 0.29% -
HSV(B) 310.91º 0.68% 0.44% -
XYZ 9.69 5.67 12.39 -
YUV 66.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 113 36 99 0 0.68 0.12 0.56 310.91 0.52 0.29
Hex 71 24 63 0 44 C 38 137 34 1D
Octal 161 44 143 0 104 14 70 467 64 35
Binary 1110001 100100 1100011 0 1000100 1100 111000 100110111 110100 11101

Color Harmonies of #712463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712463

Black with #712463

Text Example


Text Example

White with #712463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712463; }

 p { color: rgb(113,36,99); }

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

background-color css

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

 a { background-color: rgb(113,36,99); }

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

border-color css

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

 span { border-color: rgb(113,36,99); }

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