Html Css Color HEX #721E79 Seance

📋 copy color: '#721E79'

red 114 ◦ green 30 ◦ blue 121

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

Shades of Seance #721E79

Tints of Seance #721E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.32%

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 43.02%
G = 11.32%
B = 45.66%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#721E79 (or 0x721E79) is known color: Seance. HEX triplet: 72, 1E and 79. RGB value is (114,30,121). Sum of RGB (Red+Green+Blue) = 114+30+121=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #721E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E79 is #8DE186. Grayscale: #414141. Windows color (decimal): -9298311 or 7937650. OLE color: 7937650.

HSL color Cylindrical-coordinate representation of color #721E79: hue angle of 295.38º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721E79 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 30 121 -
CMYK 0.06 0.75 0 0.53
HSL 295.38º 0.6% 0.3% -
HSV(B) 295.38º 0.75% 0.47% -
XYZ 10.85 5.89 18.65 -
YUV 65.49 159.33 162.6 -
System Red Green Blue C M Y K H S L
Decimal 114 30 121 0.06 0.75 0 0.53 295.38 0.6 0.3
Hex 72 1E 79 6 4B 0 35 127 3C 1E
Octal 162 36 171 6 113 0 65 447 74 36
Binary 1110010 11110 1111001 110 1001011 0 110101 100100111 111100 11110

Color Harmonies of #721E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E79

Black with #721E79

Text Example


Text Example

White with #721E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,30,121); }

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

background-color css

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

 a { background-color: rgb(114,30,121); }

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

border-color css

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

 span { border-color: rgb(114,30,121); }

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