Html Css Color HEX #72639B Scampi

📋 copy color: '#72639B'

red 114 ◦ green 99 ◦ blue 155

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

Shades of Scampi #72639B

Tints of Scampi #72639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 30.98%
G = 26.9%
B = 42.12%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72639B (or 0x72639B) is known color: Scampi. HEX triplet: 72, 63 and 9B. RGB value is (114,99,155). Sum of RGB (Red+Green+Blue) = 114+99+155=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #72639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72639B is #8D9C64. Grayscale: #6D6D6D. Windows color (decimal): -9280613 or 10183538. OLE color: 10183538.

HSL color Cylindrical-coordinate representation of color #72639B: hue angle of 256.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72639B is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 99 155 -
CMYK 0.26 0.36 0 0.39
HSL 256.07º 0.22% 0.5% -
HSV(B) 256.07º 0.36% 0.61% -
XYZ 17.32 14.87 32.97 -
YUV 109.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 114 99 155 0.26 0.36 0 0.39 256.07 0.22 0.5
Hex 72 63 9B 1A 24 0 27 100 16 32
Octal 162 143 233 32 44 0 47 400 26 62
Binary 1110010 1100011 10011011 11010 100100 0 100111 100000000 10110 110010

Color Harmonies of #72639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72639B

Black with #72639B

Text Example


Text Example

White with #72639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,99,155); }

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

background-color css

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

 a { background-color: rgb(114,99,155); }

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

border-color css

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

 span { border-color: rgb(114,99,155); }

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