Html Css Color HEX #72659D Scampi

📋 copy color: '#72659D'

red 114 ◦ green 101 ◦ blue 157

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

Shades of Scampi #72659D

Tints of Scampi #72659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 30.65%
G = 27.15%
B = 42.2%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72659D (or 0x72659D) is known color: Scampi. HEX triplet: 72, 65 and 9D. RGB value is (114,101,157). Sum of RGB (Red+Green+Blue) = 114+101+157=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #72659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72659D is #8D9A62. Grayscale: #6F6F6F. Windows color (decimal): -9280099 or 10315122. OLE color: 10315122.

HSL color Cylindrical-coordinate representation of color #72659D: hue angle of 253.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72659D is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 101 157 -
CMYK 0.27 0.36 0 0.38
HSL 253.93º 0.22% 0.51% -
HSV(B) 253.93º 0.36% 0.62% -
XYZ 17.68 15.32 33.92 -
YUV 111.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 114 101 157 0.27 0.36 0 0.38 253.93 0.22 0.51
Hex 72 65 9D 1B 24 0 26 FE 16 33
Octal 162 145 235 33 44 0 46 376 26 63
Binary 1110010 1100101 10011101 11011 100100 0 100110 11111110 10110 110011

Color Harmonies of #72659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72659D

Black with #72659D

Text Example


Text Example

White with #72659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72659D; }

 p { color: rgb(114,101,157); }

 H1.HeaderClassName
 {
   color: #72659D;
 }
 .AnyTagClassName
 {
   color: #72659D;
 }
</style>

background-color css

<style>
 a { background-color: #72659D; }

 a { background-color: rgb(114,101,157); }

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

border-color css

<style>
 span { border-color: #72659D; }

 span { border-color: rgb(114,101,157); }

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