Html Css Color HEX #72346A Palatinate Purple

📋 copy color: '#72346A'

red 114 ◦ green 52 ◦ blue 106

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

Shades of Palatinate Purple #72346A

Tints of Palatinate Purple #72346A

RGB

 RED value IS 114 (44.92% from 255) = 41.91%

 GREEN value IS 52 (20.7% from 255) = 19.12%

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

R = 41.91%
G = 19.12%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72346A (or 0x72346A) is known color: Palatinate Purple. HEX triplet: 72, 34 and 6A. RGB value is (114,52,106). Sum of RGB (Red+Green+Blue) = 114+52+106=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72346A is #8DCB95. Grayscale: #4C4C4C. Windows color (decimal): -9292694 or 6960242. OLE color: 6960242.

HSL color Cylindrical-coordinate representation of color #72346A: hue angle of 307.74º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72346A is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 52 106 -
CMYK 0 0.54 0.07 0.55
HSL 307.74º 0.37% 0.33% -
HSV(B) 307.74º 0.54% 0.45% -
XYZ 10.77 7.07 14.43 -
YUV 76.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 114 52 106 0 0.54 0.07 0.55 307.74 0.37 0.33
Hex 72 34 6A 0 36 7 37 134 25 21
Octal 162 64 152 0 66 7 67 464 45 41
Binary 1110010 110100 1101010 0 110110 111 110111 100110100 100101 100001

Color Harmonies of #72346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72346A

Black with #72346A

Text Example


Text Example

White with #72346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,52,106); }

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

background-color css

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

 a { background-color: rgb(114,52,106); }

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

border-color css

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

 span { border-color: rgb(114,52,106); }

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