Html Css Color HEX #71638E Kimberly

📋 copy color: '#71638E'

red 113 ◦ green 99 ◦ blue 142

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

Shades of Kimberly #71638E

Tints of Kimberly #71638E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 31.92%
G = 27.97%
B = 40.11%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71638E (or 0x71638E) is known color: Kimberly. HEX triplet: 71, 63 and 8E. RGB value is (113,99,142). Sum of RGB (Red+Green+Blue) = 113+99+142=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #71638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71638E is #8E9C71. Grayscale: #6B6B6B. Windows color (decimal): -9346162 or 9331569. OLE color: 9331569.

HSL color Cylindrical-coordinate representation of color #71638E: hue angle of 259.53º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71638E is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 99 142 -
CMYK 0.20 0.30 0 0.44
HSL 259.53º 0.18% 0.47% -
HSV(B) 259.53º 0.3% 0.56% -
XYZ 16.15 14.39 27.52 -
YUV 108.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 113 99 142 0.20 0.30 0 0.44 259.53 0.18 0.47
Hex 71 63 8E 14 1E 0 2C 104 12 2F
Octal 161 143 216 24 36 0 54 404 22 57
Binary 1110001 1100011 10001110 10100 11110 0 101100 100000100 10010 101111

Color Harmonies of #71638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71638E

Black with #71638E

Text Example


Text Example

White with #71638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71638E; }

 p { color: rgb(113,99,142); }

 H1.HeaderClassName
 {
   color: #71638E;
 }
 .AnyTagClassName
 {
   color: #71638E;
 }
</style>

background-color css

<style>
 a { background-color: #71638E; }

 a { background-color: rgb(113,99,142); }

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

border-color css

<style>
 span { border-color: #71638E; }

 span { border-color: rgb(113,99,142); }

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