Html Css Color HEX #72619C Scampi

📋 copy color: '#72619C'

red 114 ◦ green 97 ◦ blue 156

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

Shades of Scampi #72619C

Tints of Scampi #72619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 31.06%
G = 26.43%
B = 42.51%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72619C (or 0x72619C) is known color: Scampi. HEX triplet: 72, 61 and 9C. RGB value is (114,97,156). Sum of RGB (Red+Green+Blue) = 114+97+156=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #72619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72619C is #8D9E63. Grayscale: #6C6C6C. Windows color (decimal): -9281124 or 10248562. OLE color: 10248562.

HSL color Cylindrical-coordinate representation of color #72619C: hue angle of 257.29º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72619C is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 97 156 -
CMYK 0.27 0.38 0 0.39
HSL 257.29º 0.23% 0.5% -
HSV(B) 257.29º 0.38% 0.61% -
XYZ 17.21 14.53 33.35 -
YUV 108.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 114 97 156 0.27 0.38 0 0.39 257.29 0.23 0.5
Hex 72 61 9C 1B 26 0 27 101 17 32
Octal 162 141 234 33 46 0 47 401 27 62
Binary 1110010 1100001 10011100 11011 100110 0 100111 100000001 10111 110010

Color Harmonies of #72619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72619C

Black with #72619C

Text Example


Text Example

White with #72619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72619C; }

 p { color: rgb(114,97,156); }

 H1.HeaderClassName
 {
   color: #72619C;
 }
 .AnyTagClassName
 {
   color: #72619C;
 }
</style>

background-color css

<style>
 a { background-color: #72619C; }

 a { background-color: rgb(114,97,156); }

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

border-color css

<style>
 span { border-color: #72619C; }

 span { border-color: rgb(114,97,156); }

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