Html Css Color HEX #706483 Kimberly

📋 copy color: '#706483'

red 112 ◦ green 100 ◦ blue 131

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

Shades of Kimberly #706483

Tints of Kimberly #706483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

 BLUE value IS 131 (51.56% from 255) = 38.19%

R = 32.65%
G = 29.15%
B = 38.19%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706483 (or 0x706483) is known color: Kimberly. HEX triplet: 70, 64 and 83. RGB value is (112,100,131). Sum of RGB (Red+Green+Blue) = 112+100+131=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 131 - color contains mainly: blue. Hex color #706483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706483 is #8F9B7C. Grayscale: #6B6B6B. Windows color (decimal): -9411453 or 8610928. OLE color: 8610928.

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

Color convert

RGB 112 100 131 -
CMYK 0.15 0.24 0 0.49
HSL 263.23º 0.13% 0.45% -
HSV(B) 263.23º 0.24% 0.51% -
XYZ 15.34 14.2 23.4 -
YUV 107.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 112 100 131 0.15 0.24 0 0.49 263.23 0.13 0.45
Hex 70 64 83 F 18 0 31 107 D 2D
Octal 160 144 203 17 30 0 61 407 15 55
Binary 1110000 1100100 10000011 1111 11000 0 110001 100000111 1101 101101

Color Harmonies of #706483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706483

Black with #706483

Text Example


Text Example

White with #706483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706483; }

 p { color: rgb(112,100,131); }

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

background-color css

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

 a { background-color: rgb(112,100,131); }

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

border-color css

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

 span { border-color: rgb(112,100,131); }

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