Html Css Color HEX #721C76 Seance

📋 copy color: '#721C76'

red 114 ◦ green 28 ◦ blue 118

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

Shades of Seance #721C76

Tints of Seance #721C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.77%

 BLUE value IS 118 (46.48% from 255) = 45.38%

R = 43.85%
G = 10.77%
B = 45.38%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721C76 (or 0x721C76) is known color: Seance. HEX triplet: 72, 1C and 76. RGB value is (114,28,118). Sum of RGB (Red+Green+Blue) = 114+28+118=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #721C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C76 is #8DE389. Grayscale: #3F3F3F. Windows color (decimal): -9298826 or 7740530. OLE color: 7740530.

HSL color Cylindrical-coordinate representation of color #721C76: hue angle of 297.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721C76 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 28 118 -
CMYK 0.03 0.76 0 0.54
HSL 297.33º 0.62% 0.29% -
HSV(B) 297.33º 0.76% 0.46% -
XYZ 10.62 5.72 17.68 -
YUV 63.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 114 28 118 0.03 0.76 0 0.54 297.33 0.62 0.29
Hex 72 1C 76 3 4C 0 36 129 3E 1D
Octal 162 34 166 3 114 0 66 451 76 35
Binary 1110010 11100 1110110 11 1001100 0 110110 100101001 111110 11101

Color Harmonies of #721C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C76

Black with #721C76

Text Example


Text Example

White with #721C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,28,118); }

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

background-color css

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

 a { background-color: rgb(114,28,118); }

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

border-color css

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

 span { border-color: rgb(114,28,118); }

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