Html Css Color HEX #712367 Palatinate Purple

📋 copy color: '#712367'

red 113 ◦ green 35 ◦ blue 103

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

Shades of Palatinate Purple #712367

Tints of Palatinate Purple #712367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 45.02%
G = 13.94%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#712367 (or 0x712367) is known color: Palatinate Purple. HEX triplet: 71, 23 and 67. RGB value is (113,35,103). Sum of RGB (Red+Green+Blue) = 113+35+103=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #712367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712367 is #8EDC98. Grayscale: #414141. Windows color (decimal): -9362585 or 6759281. OLE color: 6759281.

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

Color convert

RGB 113 35 103 -
CMYK 0 0.69 0.09 0.56
HSL 307.69º 0.53% 0.29% -
HSV(B) 307.69º 0.69% 0.44% -
XYZ 9.86 5.69 13.41 -
YUV 66.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 113 35 103 0 0.69 0.09 0.56 307.69 0.53 0.29
Hex 71 23 67 0 45 9 38 134 35 1D
Octal 161 43 147 0 105 11 70 464 65 35
Binary 1110001 100011 1100111 0 1000101 1001 111000 100110100 110101 11101

Color Harmonies of #712367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712367

Black with #712367

Text Example


Text Example

White with #712367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712367; }

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

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

background-color css

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

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

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

border-color css

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

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

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