Html Css Color HEX #71306A Palatinate Purple

📋 copy color: '#71306A'

red 113 ◦ green 48 ◦ blue 106

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

Shades of Palatinate Purple #71306A

Tints of Palatinate Purple #71306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.7%

R = 42.32%
G = 17.98%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71306A (or 0x71306A) is known color: Palatinate Purple. HEX triplet: 71, 30 and 6A. RGB value is (113,48,106). Sum of RGB (Red+Green+Blue) = 113+48+106=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #71306A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71306A is #8ECF95. Grayscale: #494949. Windows color (decimal): -9359254 or 6959217. OLE color: 6959217.

HSL color Cylindrical-coordinate representation of color #71306A: hue angle of 306.46º 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 #71306A is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 106 -
CMYK 0 0.58 0.06 0.56
HSL 306.46º 0.4% 0.32% -
HSV(B) 306.46º 0.58% 0.44% -
XYZ 10.47 6.67 14.37 -
YUV 74.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 113 48 106 0 0.58 0.06 0.56 306.46 0.4 0.32
Hex 71 30 6A 0 3A 6 38 132 28 20
Octal 161 60 152 0 72 6 70 462 50 40
Binary 1110001 110000 1101010 0 111010 110 111000 100110010 101000 100000

Color Harmonies of #71306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71306A

Black with #71306A

Text Example


Text Example

White with #71306A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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