Html Css Color HEX #72608D Kimberly

📋 copy color: '#72608D'

red 114 ◦ green 96 ◦ blue 141

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

Shades of Kimberly #72608D

Tints of Kimberly #72608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 32.48%
G = 27.35%
B = 40.17%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72608D (or 0x72608D) is known color: Kimberly. HEX triplet: 72, 60 and 8D. RGB value is (114,96,141). Sum of RGB (Red+Green+Blue) = 114+96+141=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #72608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72608D is #8D9F72. Grayscale: #6A6A6A. Windows color (decimal): -9281395 or 9265266. OLE color: 9265266.

HSL color Cylindrical-coordinate representation of color #72608D: hue angle of 264º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72608D is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 96 141 -
CMYK 0.19 0.32 0 0.45
HSL 264º 0.19% 0.46% -
HSV(B) 264º 0.32% 0.55% -
XYZ 15.93 13.87 27.04 -
YUV 106.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 114 96 141 0.19 0.32 0 0.45 264 0.19 0.46
Hex 72 60 8D 13 20 0 2D 108 13 2E
Octal 162 140 215 23 40 0 55 410 23 56
Binary 1110010 1100000 10001101 10011 100000 0 101101 100001000 10011 101110

Color Harmonies of #72608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72608D

Black with #72608D

Text Example


Text Example

White with #72608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,96,141); }

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

background-color css

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

 a { background-color: rgb(114,96,141); }

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

border-color css

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

 span { border-color: rgb(114,96,141); }

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