Html Css Color HEX #712567 Palatinate Purple

📋 copy color: '#712567'

red 113 ◦ green 37 ◦ blue 103

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

Shades of Palatinate Purple #712567

Tints of Palatinate Purple #712567

RGB

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

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

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

R = 44.66%
G = 14.62%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#712567 (or 0x712567) is known color: Palatinate Purple. HEX triplet: 71, 25 and 67. RGB value is (113,37,103). Sum of RGB (Red+Green+Blue) = 113+37+103=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #712567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712567 is #8EDA98. Grayscale: #434343. Windows color (decimal): -9362073 or 6759793. OLE color: 6759793.

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

Color convert

RGB 113 37 103 -
CMYK 0 0.67 0.09 0.56
HSL 307.89º 0.51% 0.29% -
HSV(B) 307.89º 0.67% 0.44% -
XYZ 9.92 5.81 13.43 -
YUV 67.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 113 37 103 0 0.67 0.09 0.56 307.89 0.51 0.29
Hex 71 25 67 0 43 9 38 134 33 1D
Octal 161 45 147 0 103 11 70 464 63 35
Binary 1110001 100101 1100111 0 1000011 1001 111000 100110100 110011 11101

Color Harmonies of #712567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712567

Black with #712567

Text Example


Text Example

White with #712567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712567; }

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

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

background-color css

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

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

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

border-color css

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

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

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