Html Css Color HEX #712469 Palatinate Purple

📋 copy color: '#712469'

red 113 ◦ green 36 ◦ blue 105

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

Shades of Palatinate Purple #712469

Tints of Palatinate Purple #712469

RGB

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

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

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

R = 44.49%
G = 14.17%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#712469 (or 0x712469) is known color: Palatinate Purple. HEX triplet: 71, 24 and 69. RGB value is (113,36,105). Sum of RGB (Red+Green+Blue) = 113+36+105=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #712469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712469 is #8EDB96. Grayscale: #424242. Windows color (decimal): -9362327 or 6890609. OLE color: 6890609.

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

Color convert

RGB 113 36 105 -
CMYK 0 0.68 0.07 0.56
HSL 306.23º 0.52% 0.29% -
HSV(B) 306.23º 0.68% 0.44% -
XYZ 9.99 5.79 13.96 -
YUV 66.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 113 36 105 0 0.68 0.07 0.56 306.23 0.52 0.29
Hex 71 24 69 0 44 7 38 132 34 1D
Octal 161 44 151 0 104 7 70 462 64 35
Binary 1110001 100100 1101001 0 1000100 111 111000 100110010 110100 11101

Color Harmonies of #712469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712469

Black with #712469

Text Example


Text Example

White with #712469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712469; }

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

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

background-color css

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

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

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

border-color css

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

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

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