Html Css Color HEX #71658F Kimberly

📋 copy color: '#71658F'

red 113 ◦ green 101 ◦ blue 143

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

Shades of Kimberly #71658F

Tints of Kimberly #71658F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 31.65%
G = 28.29%
B = 40.06%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71658F (or 0x71658F) is known color: Kimberly. HEX triplet: 71, 65 and 8F. RGB value is (113,101,143). Sum of RGB (Red+Green+Blue) = 113+101+143=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #71658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71658F is #8E9A70. Grayscale: #6D6D6D. Windows color (decimal): -9345649 or 9397617. OLE color: 9397617.

HSL color Cylindrical-coordinate representation of color #71658F: hue angle of 257.14º 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 #71658F is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 101 143 -
CMYK 0.21 0.29 0 0.44
HSL 257.14º 0.17% 0.48% -
HSV(B) 257.14º 0.29% 0.56% -
XYZ 16.42 14.8 27.98 -
YUV 109.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 113 101 143 0.21 0.29 0 0.44 257.14 0.17 0.48
Hex 71 65 8F 15 1D 0 2C 101 11 30
Octal 161 145 217 25 35 0 54 401 21 60
Binary 1110001 1100101 10001111 10101 11101 0 101100 100000001 10001 110000

Color Harmonies of #71658F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71658F

Black with #71658F

Text Example


Text Example

White with #71658F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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