Html Css Color HEX #72618B Kimberly

📋 copy color: '#72618B'

red 114 ◦ green 97 ◦ blue 139

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

Shades of Kimberly #72618B

Tints of Kimberly #72618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 32.57%
G = 27.71%
B = 39.71%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72618B (or 0x72618B) is known color: Kimberly. HEX triplet: 72, 61 and 8B. RGB value is (114,97,139). Sum of RGB (Red+Green+Blue) = 114+97+139=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #72618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72618B is #8D9E74. Grayscale: #6A6A6A. Windows color (decimal): -9281141 or 9134450. OLE color: 9134450.

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

Color convert

RGB 114 97 139 -
CMYK 0.18 0.30 0 0.45
HSL 264.29º 0.18% 0.46% -
HSV(B) 264.29º 0.3% 0.55% -
XYZ 15.87 13.99 26.29 -
YUV 106.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 114 97 139 0.18 0.30 0 0.45 264.29 0.18 0.46
Hex 72 61 8B 12 1E 0 2D 108 12 2E
Octal 162 141 213 22 36 0 55 410 22 56
Binary 1110010 1100001 10001011 10010 11110 0 101101 100001000 10010 101110

Color Harmonies of #72618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72618B

Black with #72618B

Text Example


Text Example

White with #72618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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