Html Css Color HEX #72638B Kimberly

📋 copy color: '#72638B'

red 114 ◦ green 99 ◦ blue 139

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

Shades of Kimberly #72638B

Tints of Kimberly #72638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.49%

R = 32.39%
G = 28.13%
B = 39.49%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72638B (or 0x72638B) is known color: Kimberly. HEX triplet: 72, 63 and 8B. RGB value is (114,99,139). Sum of RGB (Red+Green+Blue) = 114+99+139=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #72638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72638B is #8D9C74. Grayscale: #6B6B6B. Windows color (decimal): -9280629 or 9134962. OLE color: 9134962.

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

Color convert

RGB 114 99 139 -
CMYK 0.18 0.29 0 0.45
HSL 262.5º 0.17% 0.47% -
HSV(B) 262.5º 0.29% 0.55% -
XYZ 16.06 14.37 26.35 -
YUV 108.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 114 99 139 0.18 0.29 0 0.45 262.5 0.17 0.47
Hex 72 63 8B 12 1D 0 2D 106 11 2F
Octal 162 143 213 22 35 0 55 406 21 57
Binary 1110010 1100011 10001011 10010 11101 0 101101 100000110 10001 101111

Color Harmonies of #72638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72638B

Black with #72638B

Text Example


Text Example

White with #72638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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