Html Css Color HEX #72638D Kimberly

📋 copy color: '#72638D'

red 114 ◦ green 99 ◦ blue 141

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

Shades of Kimberly #72638D

Tints of Kimberly #72638D

RGB

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

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

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

R = 32.2%
G = 27.97%
B = 39.83%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72638D (or 0x72638D) is known color: Kimberly. HEX triplet: 72, 63 and 8D. RGB value is (114,99,141). Sum of RGB (Red+Green+Blue) = 114+99+141=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #72638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72638D is #8D9C72. Grayscale: #6C6C6C. Windows color (decimal): -9280627 or 9266034. OLE color: 9266034.

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

Color convert

RGB 114 99 141 -
CMYK 0.19 0.30 0 0.45
HSL 261.43º 0.18% 0.47% -
HSV(B) 261.43º 0.3% 0.55% -
XYZ 16.21 14.42 27.13 -
YUV 108.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 114 99 141 0.19 0.30 0 0.45 261.43 0.18 0.47
Hex 72 63 8D 13 1E 0 2D 105 12 2F
Octal 162 143 215 23 36 0 55 405 22 57
Binary 1110010 1100011 10001101 10011 11110 0 101101 100000101 10010 101111

Color Harmonies of #72638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72638D

Black with #72638D

Text Example


Text Example

White with #72638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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