Html Css Color HEX #71236C Palatinate Purple

📋 copy color: '#71236C'

red 113 ◦ green 35 ◦ blue 108

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

Shades of Palatinate Purple #71236C

Tints of Palatinate Purple #71236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 44.14%
G = 13.67%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71236C (or 0x71236C) is known color: Palatinate Purple. HEX triplet: 71, 23 and 6C. RGB value is (113,35,108). Sum of RGB (Red+Green+Blue) = 113+35+108=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71236C is #8EDC93. Grayscale: #424242. Windows color (decimal): -9362580 or 7086961. OLE color: 7086961.

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

Color convert

RGB 113 35 108 -
CMYK 0 0.69 0.04 0.56
HSL 303.85º 0.53% 0.29% -
HSV(B) 303.85º 0.69% 0.44% -
XYZ 10.12 5.8 14.77 -
YUV 66.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 113 35 108 0 0.69 0.04 0.56 303.85 0.53 0.29
Hex 71 23 6C 0 45 4 38 130 35 1D
Octal 161 43 154 0 105 4 70 460 65 35
Binary 1110001 100011 1101100 0 1000101 100 111000 100110000 110101 11101

Color Harmonies of #71236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71236C

Black with #71236C

Text Example


Text Example

White with #71236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71236C; }

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

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

background-color css

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

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

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

border-color css

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

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

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