Html Css Color HEX #712569 Palatinate Purple

📋 copy color: '#712569'

red 113 ◦ green 37 ◦ blue 105

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

Shades of Palatinate Purple #712569

Tints of Palatinate Purple #712569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 44.31%
G = 14.51%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#712569 (or 0x712569) is known color: Palatinate Purple. HEX triplet: 71, 25 and 69. RGB value is (113,37,105). Sum of RGB (Red+Green+Blue) = 113+37+105=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #712569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712569 is #8EDA96. Grayscale: #434343. Windows color (decimal): -9362071 or 6890865. OLE color: 6890865.

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

Color convert

RGB 113 37 105 -
CMYK 0 0.67 0.07 0.56
HSL 306.32º 0.51% 0.29% -
HSV(B) 306.32º 0.67% 0.44% -
XYZ 10.02 5.85 13.97 -
YUV 67.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 113 37 105 0 0.67 0.07 0.56 306.32 0.51 0.29
Hex 71 25 69 0 43 7 38 132 33 1D
Octal 161 45 151 0 103 7 70 462 63 35
Binary 1110001 100101 1101001 0 1000011 111 111000 100110010 110011 11101

Color Harmonies of #712569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712569

Black with #712569

Text Example


Text Example

White with #712569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712569; }

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

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

background-color css

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

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

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

border-color css

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

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

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