Html Css Color HEX #72658F Kimberly

📋 copy color: '#72658F'

red 114 ◦ green 101 ◦ blue 143

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

Shades of Kimberly #72658F

Tints of Kimberly #72658F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 31.84%
G = 28.21%
B = 39.94%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72658F (or 0x72658F) is known color: Kimberly. HEX triplet: 72, 65 and 8F. RGB value is (114,101,143). Sum of RGB (Red+Green+Blue) = 114+101+143=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #72658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72658F is #8D9A70. Grayscale: #6D6D6D. Windows color (decimal): -9280113 or 9397618. OLE color: 9397618.

HSL color Cylindrical-coordinate representation of color #72658F: hue angle of 258.57º 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 #72658F is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 101 143 -
CMYK 0.20 0.29 0 0.44
HSL 258.57º 0.17% 0.48% -
HSV(B) 258.57º 0.29% 0.56% -
XYZ 16.55 14.87 27.98 -
YUV 109.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 114 101 143 0.20 0.29 0 0.44 258.57 0.17 0.48
Hex 72 65 8F 14 1D 0 2C 103 11 30
Octal 162 145 217 24 35 0 54 403 21 60
Binary 1110010 1100101 10001111 10100 11101 0 101100 100000011 10001 110000

Color Harmonies of #72658F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72658F

Black with #72658F

Text Example


Text Example

White with #72658F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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