Html Css Color HEX #71306B Palatinate Purple

📋 copy color: '#71306B'

red 113 ◦ green 48 ◦ blue 107

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

Shades of Palatinate Purple #71306B

Tints of Palatinate Purple #71306B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 42.16%
G = 17.91%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71306B (or 0x71306B) is known color: Palatinate Purple. HEX triplet: 71, 30 and 6B. RGB value is (113,48,107). Sum of RGB (Red+Green+Blue) = 113+48+107=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #71306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71306B is #8ECF94. Grayscale: #494949. Windows color (decimal): -9359253 or 7024753. OLE color: 7024753.

HSL color Cylindrical-coordinate representation of color #71306B: hue angle of 305.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71306B is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 107 -
CMYK 0 0.58 0.05 0.56
HSL 305.54º 0.4% 0.32% -
HSV(B) 305.54º 0.58% 0.44% -
XYZ 10.52 6.69 14.65 -
YUV 74.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 113 48 107 0 0.58 0.05 0.56 305.54 0.4 0.32
Hex 71 30 6B 0 3A 5 38 132 28 20
Octal 161 60 153 0 72 5 70 462 50 40
Binary 1110001 110000 1101011 0 111010 101 111000 100110010 101000 100000

Color Harmonies of #71306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71306B

Black with #71306B

Text Example


Text Example

White with #71306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71306B; }

 p { color: rgb(113,48,107); }

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

background-color css

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

 a { background-color: rgb(113,48,107); }

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

border-color css

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

 span { border-color: rgb(113,48,107); }

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