Html Css Color HEX #71618A Kimberly

📋 copy color: '#71618A'

red 113 ◦ green 97 ◦ blue 138

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

Shades of Kimberly #71618A

Tints of Kimberly #71618A

RGB

 RED value IS 113 (44.53% from 255) = 32.47%

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

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

R = 32.47%
G = 27.87%
B = 39.66%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71618A (or 0x71618A) is known color: Kimberly. HEX triplet: 71, 61 and 8A. RGB value is (113,97,138). Sum of RGB (Red+Green+Blue) = 113+97+138=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #71618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71618A is #8E9E75. Grayscale: #6A6A6A. Windows color (decimal): -9346678 or 9068913. OLE color: 9068913.

HSL color Cylindrical-coordinate representation of color #71618A: hue angle of 263.41º degrees, saturation: 0.17, 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 #71618A is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 97 138 -
CMYK 0.18 0.30 0 0.46
HSL 263.41º 0.17% 0.46% -
HSV(B) 263.41º 0.3% 0.54% -
XYZ 15.67 13.9 25.9 -
YUV 106.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 113 97 138 0.18 0.30 0 0.46 263.41 0.17 0.46
Hex 71 61 8A 12 1E 0 2E 107 11 2E
Octal 161 141 212 22 36 0 56 407 21 56
Binary 1110001 1100001 10001010 10010 11110 0 101110 100000111 10001 101110

Color Harmonies of #71618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71618A

Black with #71618A

Text Example


Text Example

White with #71618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,97,138); }

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

background-color css

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

 a { background-color: rgb(113,97,138); }

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

border-color css

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

 span { border-color: rgb(113,97,138); }

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