Html Css Color HEX #721D73 Seance

📋 copy color: '#721D73'

red 114 ◦ green 29 ◦ blue 115

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

Shades of Seance #721D73

Tints of Seance #721D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 44.19%
G = 11.24%
B = 44.57%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#721D73 (or 0x721D73) is known color: Seance. HEX triplet: 72, 1D and 73. RGB value is (114,29,115). Sum of RGB (Red+Green+Blue) = 114+29+115=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #721D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D73 is #8DE28C. Grayscale: #3F3F3F. Windows color (decimal): -9298573 or 7544178. OLE color: 7544178.

HSL color Cylindrical-coordinate representation of color #721D73: hue angle of 299.3º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D73 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 115 -
CMYK 0.01 0.75 0 0.55
HSL 299.3º 0.6% 0.28% -
HSV(B) 299.3º 0.75% 0.45% -
XYZ 10.47 5.69 16.77 -
YUV 64.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 114 29 115 0.01 0.75 0 0.55 299.3 0.6 0.28
Hex 72 1D 73 1 4B 0 37 12B 3C 1C
Octal 162 35 163 1 113 0 67 453 74 34
Binary 1110010 11101 1110011 1 1001011 0 110111 100101011 111100 11100

Color Harmonies of #721D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D73

Black with #721D73

Text Example


Text Example

White with #721D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721D73; }

 p { color: rgb(114,29,115); }

 H1.HeaderClassName
 {
   color: #721D73;
 }
 .AnyTagClassName
 {
   color: #721D73;
 }
</style>

background-color css

<style>
 a { background-color: #721D73; }

 a { background-color: rgb(114,29,115); }

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

border-color css

<style>
 span { border-color: #721D73; }

 span { border-color: rgb(114,29,115); }

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