Html Css Color HEX #72679F Scampi

📋 copy color: '#72679F'

red 114 ◦ green 103 ◦ blue 159

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

Shades of Scampi #72679F

Tints of Scampi #72679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.39%

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 30.32%
G = 27.39%
B = 42.29%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72679F (or 0x72679F) is known color: Scampi. HEX triplet: 72, 67 and 9F. RGB value is (114,103,159). Sum of RGB (Red+Green+Blue) = 114+103+159=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #72679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72679F is #8D9860. Grayscale: #707070. Windows color (decimal): -9279585 or 10446706. OLE color: 10446706.

HSL color Cylindrical-coordinate representation of color #72679F: hue angle of 251.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72679F is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 103 159 -
CMYK 0.28 0.35 0 0.38
HSL 251.79º 0.23% 0.51% -
HSV(B) 251.79º 0.35% 0.62% -
XYZ 18.05 15.78 34.9 -
YUV 112.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 114 103 159 0.28 0.35 0 0.38 251.79 0.23 0.51
Hex 72 67 9F 1C 23 0 26 FC 17 33
Octal 162 147 237 34 43 0 46 374 27 63
Binary 1110010 1100111 10011111 11100 100011 0 100110 11111100 10111 110011

Color Harmonies of #72679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72679F

Black with #72679F

Text Example


Text Example

White with #72679F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72679F; }

 p { color: rgb(114,103,159); }

 H1.HeaderClassName
 {
   color: #72679F;
 }
 .AnyTagClassName
 {
   color: #72679F;
 }
</style>

background-color css

<style>
 a { background-color: #72679F; }

 a { background-color: rgb(114,103,159); }

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

border-color css

<style>
 span { border-color: #72679F; }

 span { border-color: rgb(114,103,159); }

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