Html Css Color HEX #721C82 Seance

📋 copy color: '#721C82'

red 114 ◦ green 28 ◦ blue 130

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

Shades of Seance #721C82

Tints of Seance #721C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 41.91%
G = 10.29%
B = 47.79%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#721C82 (or 0x721C82) is known color: Seance. HEX triplet: 72, 1C and 82. RGB value is (114,28,130). Sum of RGB (Red+Green+Blue) = 114+28+130=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #721C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721C82 is #8DE37D. Grayscale: #414141. Windows color (decimal): -9298814 or 8526962. OLE color: 8526962.

HSL color Cylindrical-coordinate representation of color #721C82: hue angle of 290.59º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721C82 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 28 130 -
CMYK 0.12 0.78 0 0.49
HSL 290.59º 0.65% 0.31% -
HSV(B) 290.59º 0.78% 0.51% -
XYZ 11.38 6.02 21.68 -
YUV 65.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 114 28 130 0.12 0.78 0 0.49 290.59 0.65 0.31
Hex 72 1C 82 C 4E 0 31 123 41 1F
Octal 162 34 202 14 116 0 61 443 101 37
Binary 1110010 11100 10000010 1100 1001110 0 110001 100100011 1000001 11111

Color Harmonies of #721C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C82

Black with #721C82

Text Example


Text Example

White with #721C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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