Html Css Color HEX #72356D Seance

📋 copy color: '#72356D'

red 114 ◦ green 53 ◦ blue 109

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

Shades of Seance #72356D

Tints of Seance #72356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 41.3%
G = 19.2%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72356D (or 0x72356D) is known color: Seance. HEX triplet: 72, 35 and 6D. RGB value is (114,53,109). Sum of RGB (Red+Green+Blue) = 114+53+109=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72356D is #8DCA92. Grayscale: #4D4D4D. Windows color (decimal): -9292435 or 7157106. OLE color: 7157106.

HSL color Cylindrical-coordinate representation of color #72356D: hue angle of 304.92º 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 #72356D is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 53 109 -
CMYK 0 0.54 0.04 0.55
HSL 304.92º 0.37% 0.33% -
HSV(B) 304.92º 0.54% 0.45% -
XYZ 10.97 7.23 15.28 -
YUV 77.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 114 53 109 0 0.54 0.04 0.55 304.92 0.37 0.33
Hex 72 35 6D 0 36 4 37 131 25 21
Octal 162 65 155 0 66 4 67 461 45 41
Binary 1110010 110101 1101101 0 110110 100 110111 100110001 100101 100001

Color Harmonies of #72356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72356D

Black with #72356D

Text Example


Text Example

White with #72356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72356D; }

 p { color: rgb(114,53,109); }

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

background-color css

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

 a { background-color: rgb(114,53,109); }

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

border-color css

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

 span { border-color: rgb(114,53,109); }

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