Html Css Color HEX #71658E Kimberly

📋 copy color: '#71658E'

red 113 ◦ green 101 ◦ blue 142

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

Shades of Kimberly #71658E

Tints of Kimberly #71658E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

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

R = 31.74%
G = 28.37%
B = 39.89%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71658E (or 0x71658E) is known color: Kimberly. HEX triplet: 71, 65 and 8E. RGB value is (113,101,142). Sum of RGB (Red+Green+Blue) = 113+101+142=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #71658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71658E is #8E9A71. Grayscale: #6D6D6D. Windows color (decimal): -9345650 or 9332081. OLE color: 9332081.

HSL color Cylindrical-coordinate representation of color #71658E: hue angle of 257.56º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71658E is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 101 142 -
CMYK 0.20 0.29 0 0.44
HSL 257.56º 0.17% 0.48% -
HSV(B) 257.56º 0.29% 0.56% -
XYZ 16.35 14.77 27.58 -
YUV 109.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 113 101 142 0.20 0.29 0 0.44 257.56 0.17 0.48
Hex 71 65 8E 14 1D 0 2C 102 11 30
Octal 161 145 216 24 35 0 54 402 21 60
Binary 1110001 1100101 10001110 10100 11101 0 101100 100000010 10001 110000

Color Harmonies of #71658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71658E

Black with #71658E

Text Example


Text Example

White with #71658E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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