Html Css Color HEX #73608A Kimberly

📋 copy color: '#73608A'

red 115 ◦ green 96 ◦ blue 138

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

Shades of Kimberly #73608A

Tints of Kimberly #73608A

RGB

 RED value IS 115 (45.31% from 255) = 32.95%

 GREEN value IS 96 (37.89% from 255) = 27.51%

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 32.95%
G = 27.51%
B = 39.54%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73608A (or 0x73608A) is known color: Kimberly. HEX triplet: 73, 60 and 8A. RGB value is (115,96,138). Sum of RGB (Red+Green+Blue) = 115+96+138=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #73608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73608A is #8C9F75. Grayscale: #6A6A6A. Windows color (decimal): -9215862 or 9068659. OLE color: 9068659.

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

Color convert

RGB 115 96 138 -
CMYK 0.17 0.30 0 0.46
HSL 267.14º 0.18% 0.46% -
HSV(B) 267.14º 0.3% 0.54% -
XYZ 15.84 13.85 25.88 -
YUV 106.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 115 96 138 0.17 0.30 0 0.46 267.14 0.18 0.46
Hex 73 60 8A 11 1E 0 2E 10B 12 2E
Octal 163 140 212 21 36 0 56 413 22 56
Binary 1110011 1100000 10001010 10001 11110 0 101110 100001011 10010 101110

Color Harmonies of #73608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73608A

Black with #73608A

Text Example


Text Example

White with #73608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73608A; }

 p { color: rgb(115,96,138); }

 H1.HeaderClassName
 {
   color: #73608A;
 }
 .AnyTagClassName
 {
   color: #73608A;
 }
</style>

background-color css

<style>
 a { background-color: #73608A; }

 a { background-color: rgb(115,96,138); }

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

border-color css

<style>
 span { border-color: #73608A; }

 span { border-color: rgb(115,96,138); }

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