Html Css Color HEX #71698F Kimberly

📋 copy color: '#71698F'

red 113 ◦ green 105 ◦ blue 143

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

Shades of Kimberly #71698F

Tints of Kimberly #71698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

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

R = 31.3%
G = 29.09%
B = 39.61%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71698F (or 0x71698F) is known color: Kimberly. HEX triplet: 71, 69 and 8F. RGB value is (113,105,143). Sum of RGB (Red+Green+Blue) = 113+105+143=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #71698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71698F is #8E9670. Grayscale: #6F6F6F. Windows color (decimal): -9344625 or 9398641. OLE color: 9398641.

HSL color Cylindrical-coordinate representation of color #71698F: hue angle of 252.63º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71698F is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 105 143 -
CMYK 0.21 0.27 0 0.44
HSL 252.63º 0.15% 0.49% -
HSV(B) 252.63º 0.27% 0.56% -
XYZ 16.82 15.6 28.11 -
YUV 111.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 113 105 143 0.21 0.27 0 0.44 252.63 0.15 0.49
Hex 71 69 8F 15 1B 0 2C FD F 31
Octal 161 151 217 25 33 0 54 375 17 61
Binary 1110001 1101001 10001111 10101 11011 0 101100 11111101 1111 110001

Color Harmonies of #71698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71698F

Black with #71698F

Text Example


Text Example

White with #71698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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