Html Css Color HEX #706582 Kimberly

📋 copy color: '#706582'

red 112 ◦ green 101 ◦ blue 130

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

Shades of Kimberly #706582

Tints of Kimberly #706582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 32.65%
G = 29.45%
B = 37.9%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706582 (or 0x706582) is known color: Kimberly. HEX triplet: 70, 65 and 82. RGB value is (112,101,130). Sum of RGB (Red+Green+Blue) = 112+101+130=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #706582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706582 is #8F9A7D. Grayscale: #6B6B6B. Windows color (decimal): -9411198 or 8545648. OLE color: 8545648.

HSL color Cylindrical-coordinate representation of color #706582: hue angle of 262.76º degrees, saturation: 0.13, 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 #706582 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 101 130 -
CMYK 0.14 0.22 0 0.49
HSL 262.76º 0.13% 0.45% -
HSV(B) 262.76º 0.22% 0.51% -
XYZ 15.37 14.36 23.08 -
YUV 107.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 112 101 130 0.14 0.22 0 0.49 262.76 0.13 0.45
Hex 70 65 82 E 16 0 31 107 D 2D
Octal 160 145 202 16 26 0 61 407 15 55
Binary 1110000 1100101 10000010 1110 10110 0 110001 100000111 1101 101101

Color Harmonies of #706582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706582

Black with #706582

Text Example


Text Example

White with #706582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706582; }

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

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

background-color css

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

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

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

border-color css

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

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

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