Html Css Color HEX #706581 Kimberly

📋 copy color: '#706581'

red 112 ◦ green 101 ◦ blue 129

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

Shades of Kimberly #706581

Tints of Kimberly #706581

RGB

 RED value IS 112 (44.14% from 255) = 32.75%

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

 BLUE value IS 129 (50.78% from 255) = 37.72%

R = 32.75%
G = 29.53%
B = 37.72%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706581 (or 0x706581) is known color: Kimberly. HEX triplet: 70, 65 and 81. RGB value is (112,101,129). Sum of RGB (Red+Green+Blue) = 112+101+129=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #706581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706581 is #8F9A7E. Grayscale: #6B6B6B. Windows color (decimal): -9411199 or 8480112. OLE color: 8480112.

HSL color Cylindrical-coordinate representation of color #706581: hue angle of 263.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706581 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 101 129 -
CMYK 0.13 0.22 0 0.49
HSL 263.57º 0.12% 0.45% -
HSV(B) 263.57º 0.22% 0.51% -
XYZ 15.3 14.34 22.73 -
YUV 107.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 112 101 129 0.13 0.22 0 0.49 263.57 0.12 0.45
Hex 70 65 81 D 16 0 31 108 C 2D
Octal 160 145 201 15 26 0 61 410 14 55
Binary 1110000 1100101 10000001 1101 10110 0 110001 100001000 1100 101101

Color Harmonies of #706581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706581

Black with #706581

Text Example


Text Example

White with #706581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706581; }

 p { color: rgb(112,101,129); }

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

background-color css

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

 a { background-color: rgb(112,101,129); }

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

border-color css

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

 span { border-color: rgb(112,101,129); }

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