Html Css Color HEX #72197B Seance

📋 copy color: '#72197B'

red 114 ◦ green 25 ◦ blue 123

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

Shades of Seance #72197B

Tints of Seance #72197B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

 BLUE value IS 123 (48.44% from 255) = 46.95%

R = 43.51%
G = 9.54%
B = 46.95%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72197B (or 0x72197B) is known color: Seance. HEX triplet: 72, 19 and 7B. RGB value is (114,25,123). Sum of RGB (Red+Green+Blue) = 114+25+123=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #72197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72197B is #8DE684. Grayscale: #3E3E3E. Windows color (decimal): -9299589 or 8067442. OLE color: 8067442.

HSL color Cylindrical-coordinate representation of color #72197B: hue angle of 294.49º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72197B is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 25 123 -
CMYK 0.07 0.80 0 0.52
HSL 294.49º 0.66% 0.29% -
HSV(B) 294.49º 0.8% 0.48% -
XYZ 10.86 5.7 19.27 -
YUV 62.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 114 25 123 0.07 0.80 0 0.52 294.49 0.66 0.29
Hex 72 19 7B 7 50 0 34 126 42 1D
Octal 162 31 173 7 120 0 64 446 102 35
Binary 1110010 11001 1111011 111 1010000 0 110100 100100110 1000010 11101

Color Harmonies of #72197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72197B

Black with #72197B

Text Example


Text Example

White with #72197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72197B; }

 p { color: rgb(114,25,123); }

 H1.HeaderClassName
 {
   color: #72197B;
 }
 .AnyTagClassName
 {
   color: #72197B;
 }
</style>

background-color css

<style>
 a { background-color: #72197B; }

 a { background-color: rgb(114,25,123); }

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

border-color css

<style>
 span { border-color: #72197B; }

 span { border-color: rgb(114,25,123); }

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