Html Css Color HEX #72619F Scampi

📋 copy color: '#72619F'

red 114 ◦ green 97 ◦ blue 159

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

Shades of Scampi #72619F

Tints of Scampi #72619F

RGB

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

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

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

R = 30.81%
G = 26.22%
B = 42.97%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72619F (or 0x72619F) is known color: Scampi. HEX triplet: 72, 61 and 9F. RGB value is (114,97,159). Sum of RGB (Red+Green+Blue) = 114+97+159=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #72619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72619F is #8D9E60. Grayscale: #6C6C6C. Windows color (decimal): -9281121 or 10445170. OLE color: 10445170.

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

Color convert

RGB 114 97 159 -
CMYK 0.28 0.39 0 0.38
HSL 256.45º 0.24% 0.5% -
HSV(B) 256.45º 0.39% 0.62% -
XYZ 17.47 14.63 34.7 -
YUV 109.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 114 97 159 0.28 0.39 0 0.38 256.45 0.24 0.5
Hex 72 61 9F 1C 27 0 26 100 18 32
Octal 162 141 237 34 47 0 46 400 30 62
Binary 1110010 1100001 10011111 11100 100111 0 100110 100000000 11000 110010

Color Harmonies of #72619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72619F

Black with #72619F

Text Example


Text Example

White with #72619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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