Html Css Color HEX #712562 Palatinate Purple

📋 copy color: '#712562'

red 113 ◦ green 37 ◦ blue 98

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

Shades of Palatinate Purple #712562

Tints of Palatinate Purple #712562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.92%

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 45.56%
G = 14.92%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#712562 (or 0x712562) is known color: Palatinate Purple. HEX triplet: 71, 25 and 62. RGB value is (113,37,98). Sum of RGB (Red+Green+Blue) = 113+37+98=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #712562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712562 is #8EDA9D. Grayscale: #424242. Windows color (decimal): -9362078 or 6432113. OLE color: 6432113.

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

Color convert

RGB 113 37 98 -
CMYK 0 0.67 0.13 0.56
HSL 311.84º 0.51% 0.29% -
HSV(B) 311.84º 0.67% 0.44% -
XYZ 9.68 5.72 12.15 -
YUV 66.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 113 37 98 0 0.67 0.13 0.56 311.84 0.51 0.29
Hex 71 25 62 0 43 D 38 138 33 1D
Octal 161 45 142 0 103 15 70 470 63 35
Binary 1110001 100101 1100010 0 1000011 1101 111000 100111000 110011 11101

Color Harmonies of #712562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712562

Black with #712562

Text Example


Text Example

White with #712562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712562; }

 p { color: rgb(113,37,98); }

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

background-color css

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

 a { background-color: rgb(113,37,98); }

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

border-color css

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

 span { border-color: rgb(113,37,98); }

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