Html Css Color HEX #721D71 Seance

📋 copy color: '#721D71'

red 114 ◦ green 29 ◦ blue 113

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

Shades of Seance #721D71

Tints of Seance #721D71

RGB

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

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

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

R = 44.53%
G = 11.33%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#721D71 (or 0x721D71) is known color: Seance. HEX triplet: 72, 1D and 71. RGB value is (114,29,113). Sum of RGB (Red+Green+Blue) = 114+29+113=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #721D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D71 is #8DE28E. Grayscale: #3F3F3F. Windows color (decimal): -9298575 or 7413106. OLE color: 7413106.

HSL color Cylindrical-coordinate representation of color #721D71: hue angle of 300.71º degrees, saturation: 0.59, 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 #721D71 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 113 -
CMYK 0 0.75 0.01 0.55
HSL 300.71º 0.59% 0.28% -
HSV(B) 300.71º 0.75% 0.45% -
XYZ 10.36 5.65 16.17 -
YUV 63.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 114 29 113 0 0.75 0.01 0.55 300.71 0.59 0.28
Hex 72 1D 71 0 4B 1 37 12D 3B 1C
Octal 162 35 161 0 113 1 67 455 73 34
Binary 1110010 11101 1110001 0 1001011 1 110111 100101101 111011 11100

Color Harmonies of #721D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D71

Black with #721D71

Text Example


Text Example

White with #721D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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