#72658E

Color #72658E Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #72658E

Tints of Kimberly #72658E

Color information

#72658E (or 0x72658E) is unknown color: approx Kimberly. HEX triplet: 72, 65 and 8E. RGB value is (114,101,142). Sum of RGB (Red+Green+Blue) = 114+101+142=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #72658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72658E is #8D9A71. Grayscale: #6D6D6D. Windows color (decimal): -9280114 or 9332082. OLE color: 9332082.

HSL color Cylindrical-coordinate representation of color #72658E: hue angle of 259.02º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72658E is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB114101142-
CMYK0.200.2900.44
HSL259.02º16.87%47.65%-
HSV(B)259.02º28.87%55.69%-
XYZ16.4814.8427.59-
YUV109.56146.31131.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=31.93%
G=28.29%
B=39.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141011420.200.2900.44259.0216.8747.65
Hex72658E141D02C1031130
Octal16214521624350544032160
Binary11100101100101100011101010011101010110010000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72658E; }

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

 H1.HeaderClassName
 {
   color: #72658E;
 }
 .AnyTagClassName
 {
   color: #72658E;
 }
</style>
background-color css

<style>
 a { background-color: #72658E; }

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

 div.DivClassName
 {
   background-color: #72658E;
 }
 .BgClassName
 {
   background-color: #72658E;
 }
</style>
border-color css

<style>
 span { border-color: #72658E; }

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

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