Html Css Color HEX #712369 Palatinate Purple

📋 copy color: '#712369'

red 113 ◦ green 35 ◦ blue 105

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

Shades of Palatinate Purple #712369

Tints of Palatinate Purple #712369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 44.66%
G = 13.83%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#712369 (or 0x712369) is known color: Palatinate Purple. HEX triplet: 71, 23 and 69. RGB value is (113,35,105). Sum of RGB (Red+Green+Blue) = 113+35+105=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #712369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712369 is #8EDC96. Grayscale: #424242. Windows color (decimal): -9362583 or 6890353. OLE color: 6890353.

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

Color convert

RGB 113 35 105 -
CMYK 0 0.69 0.07 0.56
HSL 306.15º 0.53% 0.29% -
HSV(B) 306.15º 0.69% 0.44% -
XYZ 9.96 5.73 13.95 -
YUV 66.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 113 35 105 0 0.69 0.07 0.56 306.15 0.53 0.29
Hex 71 23 69 0 45 7 38 132 35 1D
Octal 161 43 151 0 105 7 70 462 65 35
Binary 1110001 100011 1101001 0 1000101 111 111000 100110010 110101 11101

Color Harmonies of #712369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712369

Black with #712369

Text Example


Text Example

White with #712369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712369; }

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

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

background-color css

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

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

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

border-color css

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

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

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