Html Css Color HEX #712465 Palatinate Purple

📋 copy color: '#712465'

red 113 ◦ green 36 ◦ blue 101

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

Shades of Palatinate Purple #712465

Tints of Palatinate Purple #712465

RGB

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

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

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

R = 45.2%
G = 14.4%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#712465 (or 0x712465) is known color: Palatinate Purple. HEX triplet: 71, 24 and 65. RGB value is (113,36,101). Sum of RGB (Red+Green+Blue) = 113+36+101=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #712465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712465 is #8EDB9A. Grayscale: #424242. Windows color (decimal): -9362331 or 6628465. OLE color: 6628465.

HSL color Cylindrical-coordinate representation of color #712465: hue angle of 309.35º 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 #712465 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 101 -
CMYK 0 0.68 0.11 0.56
HSL 309.35º 0.52% 0.29% -
HSV(B) 309.35º 0.68% 0.44% -
XYZ 9.79 5.71 12.9 -
YUV 66.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 113 36 101 0 0.68 0.11 0.56 309.35 0.52 0.29
Hex 71 24 65 0 44 B 38 135 34 1D
Octal 161 44 145 0 104 13 70 465 64 35
Binary 1110001 100100 1100101 0 1000100 1011 111000 100110101 110100 11101

Color Harmonies of #712465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712465

Black with #712465

Text Example


Text Example

White with #712465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712465; }

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

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

background-color css

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

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

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

border-color css

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

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

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